Skip to content

Commit d51eb28

Browse files
committedNov 28, 2020
chore: update sync workflow
Use `main` branch, see https://github.com/yanglbme/gitee-pages-action
1 parent 296e4ed commit d51eb28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/sync.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
env:
1515
SSH_PRIVATE_KEY: ${{ secrets.RSA_PRIVATE_KEY }}
1616
with:
17-
source-repo: "git@github.com:doocs/leetcode.git"
18-
destination-repo: "git@gitee.com:Doocs/leetcode.git"
17+
source-repo: git@github.com:doocs/leetcode.git
18+
destination-repo: git@gitee.com:Doocs/leetcode.git
1919

2020
- name: Build Gitee Pages
21-
uses: yanglbme/gitee-pages-action@master
21+
uses: yanglbme/gitee-pages-action@main
2222
with:
2323
gitee-username: yanglbme
2424
gitee-password: ${{ secrets.GITEE_PASSWORD }}

0 commit comments

Comments
 (0)