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 4529925 commit d636012
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ jobs:
replace: "../../images"
include: "gitee_repo/plugins/**.md"
regex: false
- uses: fregante/setup-git-user@v2
- name: Sync to Gitee
shell: bash
run: |
cd gitee_repo
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
remote_repo="https://${{ github.actor }}:${{ secrets.GITEE_PAT }}@gitee.com/ZL-Audio/ZLWiki.git"
git init
git add -A
Expand Down

0 comments on commit d636012

Please sign in to comment.