We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4556d7a commit afe461aCopy full SHA for afe461a
entrypoint.sh
@@ -45,7 +45,7 @@ if [[ $? == 0 ]] ;then
45
echo "Committing to Current Branch"
46
echo "============================"
47
48
- git config --global --add safe.directory $PWD
+ git config --global --add safe.directory /github/workspace
49
git config --global user.email "$email"
50
git config --global user.name "$name"
51
git config --global push.default current
0 commit comments