We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c1bc4 commit 8edd1fcCopy full SHA for 8edd1fc
.github/workflows/giteesync.yml
@@ -9,6 +9,8 @@
9
- uses: actions/checkout@v2
10
with:
11
fetch-depth: 0
12
+ run: |
13
+ git config --global --add safe.directory /github/workspace
14
- uses: acefei/sync-repo-action@master
15
16
run: git config --global --add safe.directory *
0 commit comments