diff --git a/entrypoint.sh b/entrypoint.sh index 81f80650..114453ef 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -15,7 +15,7 @@ suffix=${PRERELEASE_SUFFIX:-beta} verbose=${VERBOSE:-true} verbose=${VERBOSE:-true} # since https://github.blog/2022-04-12-git-security-vulnerability-announced/ runner uses? -git config --global --add safe.directory /github/workspace +git config --global --add safe.directory ${GITHUB_WORKSPACE}/${source} cd ${GITHUB_WORKSPACE}/${source}