We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52a76a6 + 15b7763 commit 871fb56Copy full SHA for 871fb56
entrypoint.sh
@@ -31,7 +31,7 @@ sh -c "git config --global core.askPass /cred-helper.sh"
31
sh -c "git config --global credential.helper cache"
32
sh -c "git remote add mirror $*"
33
sh -c "echo pushing to $branch branch at $(git remote get-url --push mirror)"
34
-if [ "$FORCE_PUSH" = "true" ]
+if [ "${FORCE_PUSH:-}" = "true" ]
35
then
36
sh -c "git push --force mirror $branch"
37
else
0 commit comments