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.
1 parent 54e0016 commit 8ea1d2cCopy full SHA for 8ea1d2c
entrypoint.sh
@@ -3,7 +3,6 @@ set -e
3
4
if [ -n "${GITHUB_WORKSPACE}" ] ; then
5
cd "${GITHUB_WORKSPACE}/${INPUT_WORKDIR}" || exit
6
-
7
git config --global --add safe.directory "$GITHUB_WORKSPACE" || exit
8
fi
9
0 commit comments