未验证 提交 4ec7945d 编写于 作者: LinuxSuRen's avatar LinuxSuRen 提交者: GitHub

Backup git repo to gitee

上级 dccbaff9
name: Backup Git repository
on:
push:
branches:
- master
jobs:
git-repo-backup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: backup
uses: jenkins-zh/git-backup-actions@v0.0.3
env:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
TARGET_GIT: "git@gitee.com:jenkins-zh/jenkins-open-tutorial.git"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册