GitHub 操作:将文件从存储库复制到我自己的
GitHub Actions: Copy a file from a repo to my own
我想将一个特定文件从另一个 GitHub 存储库复制到我自己的 GitHub 存储库(两者都是 public 存储库)。我该怎么做?
例如,您可以使用 curl Action
to download the file and then push the file to the repository like described in .
中描述了另一个选项。
我想将一个特定文件从另一个 GitHub 存储库复制到我自己的 GitHub 存储库(两者都是 public 存储库)。我该怎么做?
例如,您可以使用 curl Action
to download the file and then push the file to the repository like described in