Skip to content

Commit afe461a

Browse files
authored
Test fix directory
1 parent 4556d7a commit afe461a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if [[ $? == 0 ]] ;then
4545
echo "Committing to Current Branch"
4646
echo "============================"
4747

48-
git config --global --add safe.directory $PWD
48+
git config --global --add safe.directory /github/workspace
4949
git config --global user.email "$email"
5050
git config --global user.name "$name"
5151
git config --global push.default current

0 commit comments

Comments
 (0)