Skip to content

Commit

Permalink
Merge pull request #149 from jordanamr/fix/safe-sub-directories
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed Sep 13, 2022
2 parents d2e4f56 + f0f7c97 commit be89588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -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}

Expand Down

0 comments on commit be89588

Please sign in to comment.