Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
zsliu98 committed Apr 12, 2024
1 parent d3e8543 commit 6eedc69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
shell: bash
run: |
remote_repo="https://${{ github.actor }}:${{ secrets.GITEE_PAT }}@gitee.com/ZL-Audio/ZLWiki.git"
git add -A
git commit -m "sync to gitee"
git remote add gitee "${remote_repo}"
git show-ref
git branch --verbose
Expand Down

0 comments on commit 6eedc69

Please sign in to comment.