Link 到 GitHub 存储库中上传的最新文件

Link to the latest file uploaded in a GitHub repository

有没有一种方法可以将 RAW link 上传到 GitHub 存储库中的文件夹中的最新文件?

例如,这里有一个link(到特定文件):

https://raw.githubusercontent.com/CSSEGISandData/2019-nCoV/master/daily_case_updates/02-10-2020_1030.csv

有没有办法让 link 到最近的一个?

将其写入脚本

function reverse(collection) {
  if (typeof collection != "object") {
    return collection
  }
  return collection.reverse()
}

然后使用以下内容,您想要的单元格始终是 B2 =reverse(IMPORTHTML("https://github.com/CSSEGISandData/2019-nCoV/tree/master/daily_case_updates","table", 1))