Skip to content

Commit

Permalink
fix: safe sub directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanamr committed Apr 15, 2022
1 parent 3840ec2 commit f0f7c97
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
git config --global --add safe.directory ${GITHUB_WORKSPACE}/${source}

cd ${GITHUB_WORKSPACE}/${source}

Expand Down

0 comments on commit f0f7c97

Please sign in to comment.