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 f68046d + f5cf3a8 commit a705269Copy full SHA for a705269
entrypoint.sh
@@ -1,6 +1,5 @@
1
#!/bin/bash
2
set -e
3
-set -x # Debug
4
5
if [ -n "${GITHUB_WORKSPACE}" ]; then
6
git config --global --add safe.directory "${GITHUB_WORKSPACE}" || exit
0 commit comments