文件名称:mirror-action:用于将您的存储库镜像到其他远程存储库的GitHub动作
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-17 00:32:56
Shell
镜像动作 GitHub操作,用于将提交镜像到其他远程存储库 该项目已上 工作流程示例 通过HTTPS用用户名/密码镜像存储库 例如,该项目使用以下工作流从GitHub镜像到GitLab on : [push] ... steps : - uses : actions/checkout@v1 - uses : spyoungtech/mirror-action@master with : REMOTE : ' https://gitlab.com/spyoungtech/mirror-action.git ' GIT_USERNAME : spyoungtech GIT_PASSWORD : ${{ secrets.GIT_PASSWORD }} 确
【文件预览】:
mirror-action-master
----.github()
--------main.workflow(251B)
--------workflows()
----cred-helper.sh(99B)
----Dockerfile(625B)
----action.yml(2KB)
----LICENSE(11KB)
----README.md(2KB)
----entrypoint.sh(3KB)