Skip to content

Commit 41f302d

Browse files
authored
Merge pull request #99 from boesing/bugfix/git-safe-directory
Use suggested directory from git error to fix `safe-directory` issue
2 parents 738cd1e + 9b19507 commit 41f302d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function checkout {
6565
fi
6666
}
6767

68-
git config --global --add safe.directory '*'
68+
git config --global --add safe.directory /github/workspace
6969
checkout
7070

7171
DIFF=

0 commit comments

Comments
 (0)