Skip to content

Commit

Permalink
Revert "fix: safe sub directory"
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj authored Sep 14, 2022
1 parent be89588 commit fe0ad2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
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 fe0ad2b

Please sign in to comment.