Skip to content

Commit

Permalink
Update GitSync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterain98 committed Jul 30, 2024
1 parent 8af5e6f commit a1aa396
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/GitSync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name: JiHuSync
on:
- push
- delete
- workflow_dispatch

jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wangchucheng/git-repo-sync@v0.1.0
Expand Down

0 comments on commit a1aa396

Please sign in to comment.