Skip to content

Commit eb13ef8

Browse files
luk1337ssut
andauthored
chore(ci):Fix fatal: unsafe repository ('...' is owned by someone else) (#32)
See: actions/checkout#760 Co-authored-by: Suhun Han <ssut@users.noreply.github.com>
1 parent b36ebf3 commit eb13ef8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ jobs:
134134
135135
- uses: actions/checkout@v2
136136

137+
- name: Add $GITHUB_WORKSPACE to git safe.directory
138+
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
139+
137140
- uses: goreleaser/goreleaser-action@v3
138141
with:
139142
version: latest

0 commit comments

Comments
 (0)