template sync action:Github操作以将存储库与模板存储库同步 源码
Narrowspark模板同步操作 这个使您可以将您的存储库与进行同步。 工作流程示例 name : ' Template Sync ' on : schedule : - cron : ' 0 8 * * * ' jobs : sync : runs-on : ubuntu-latest steps : - uses : actions/checkout@v2 - uses : narrowspark/template-sync-action@v1 with : github_token : ${{ secrets.GITHUB_TOKEN }} git_author_name : prisis git_author_email : d.bannert@a
文件列表
template-sync-action-main.zip
(预估有个54文件)
template-sync-action-main
.prettierignore
24B
.gitignore
1KB
tsconfig.json
1KB
README.md
4KB
.nvmrc
8B
.github
PULL_REQUEST_TEMPLATE.md
890B
workflows
greetings.yml
700B
暂无评论