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