Skip to content

Commit 780fa7e

Browse files
committed
Fix permission issue of gh-action
Signed-off-by: Khosrow Moossavi <[email protected]>
1 parent a0b50f8 commit 780fa7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1010
steps:
11+
- name: work around permission issue
12+
run: git config --global --add safe.directory /github/workspace
13+
1114
- name: Checkout
1215
uses: actions/checkout@v3
1316
with:

0 commit comments

Comments
 (0)