Skip to content

Commit

Permalink
Update backup.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen authored Dec 8, 2020
1 parent c9b7813 commit cb5c279
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: backup
- name: backup gitee
uses: jenkins-zh/[email protected]
env:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
TARGET_GIT: "[email protected]:linuxsuren/ks.git"
- name: backup codechina
uses: jenkins-zh/[email protected]
env:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
TARGET_GIT: "[email protected]:linuxsuren/ks.git"

0 comments on commit cb5c279

Please sign in to comment.