X Tutup
Skip to content

Commit 7a70e53

Browse files
authored
feat: update sync.yml
1 parent 97e1005 commit 7a70e53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
destination-repo: "git@gitee.com:Doocs/advanced-java.git"
1818

1919
- name: Build Gitee Pages
20-
uses: yanglbme/gitee-pages-action@v1.0.0
20+
uses: yanglbme/gitee-pages-action@v1.1.0
2121
with:
22+
gitee-username: yanglbme
23+
gitee-password: ${{ secrets.GITEE_PASSWORD }}
2224
gitee-repo: doocs/advanced-java
23-
gitee-login-cookie: ${{ secrets.GITEE_COOKIE }}
24-
branch: master

0 commit comments

Comments
 (0)
X Tutup