Skip to content

Commit 9699e2a

Browse files
committed
Update giteesync.yml
1 parent 8edd1fc commit 9699e2a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/giteesync.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
- uses: actions/checkout@v2
1010
with:
1111
fetch-depth: 0
12-
run: |
13-
git config --global --add safe.directory /github/workspace
14-
- uses: acefei/sync-repo-action@master
12+
- uses: xwings/sync-repo-action@master
1513
with:
1614
run: git config --global --add safe.directory *
1715
ssh_private_key: ${{ secrets.GITEE_KEY }}

0 commit comments

Comments
 (0)