github-raw-url:将普通GitHub URL转换为其对应的原始URL的操作

时间:2024-05-24 16:23:27
【文件属性】:

文件名称:github-raw-url:将普通GitHub URL转换为其对应的原始URL的操作

文件大小:8KB

文件格式:ZIP

更新时间:2024-05-24 16:23:27

github-utilities github-actions github-raw-url JavaScript

GitHub原始url操作 该将普通的GitHub文件url转换为其原始url格式。 例如, https://github.com/actioncloud/github-raw-url/blob/master/index.js : https://github.com/actioncloud/github-raw-url/blob/master/index.js的原始URL为: https://raw.githubusercontent.com/actioncloud/github-raw-url/master/index.js 这是我创建的第一个GitHub Action,将其作为另一个 。 但是它仍然很有用,尽管您可以编写单行脚本来在工作流配置中执行相同的转换工作。 输入项 github-url 必需普通的GitHub文件url。 用法 # in your workflow c


【文件预览】:
github-raw-url-master
----.github()
--------workflows()
----action.yml(371B)
----LICENSE(1KB)
----README.md(1KB)
----dist()
--------index.js(10KB)
----.gitignore(914B)
----index.js(237B)
----package-lock.json(380B)
----package.json(668B)

网友评论