We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed4496 commit ef87d00Copy full SHA for ef87d00
1 file changed
entrypoint.sh
@@ -27,7 +27,7 @@ force_without_changes_pre=${FORCE_WITHOUT_CHANGES:-false}
27
tag_message=${TAG_MESSAGE:-""}
28
29
# since https://github.blog/2022-04-12-git-security-vulnerability-announced/ runner uses?
30
-git config --global --add safe.directory /github/workspace
+git config --global --add safe.directory "$(dirname "${GITHUB_WORKSPACE}")"
31
32
cd "${GITHUB_WORKSPACE}/${source}" || exit 1
33
0 commit comments