Skip to content

Commit 5d9ad7e

Browse files
authored
Trust CI working directory
Trust CI working directory
1 parent abc7bb6 commit 5d9ad7e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/linux.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ jobs:
5757
UPLOAD_ARTIFACT: "true"
5858

5959
steps:
60+
61+
- name: Trust CI working directory
62+
run: |
63+
git config --global --add safe.directory "$GITHUB_WORKSPACE"
64+
6065
- name: Get repository name
6166
run: echo "REPO_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
6267

0 commit comments

Comments
 (0)