Skip to content

Commit

Permalink
Merge pull request #183 from anothrNick/revert-149-fix/safe-sub-direc…
Browse files Browse the repository at this point in the history
…tories

Revert "fix: safe sub directory"
  • Loading branch information
sbe-arg committed Sep 14, 2022
2 parents be89588 + fe0ad2b commit 43ed073
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}/${source}
git config --global --add safe.directory /github/workspace

cd ${GITHUB_WORKSPACE}/${source}

Expand Down

0 comments on commit 43ed073

Please sign in to comment.