Skip to content

Commit

Permalink
Set as safe directory
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Jul 27, 2023
1 parent df6875c commit 74a57eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/bin/bash -e

# Required since https://github.blog/2022-04-12-git-security-vulnerability-announced
git config --global --add safe.directory $GITHUB_WORKSPACE

RELEASE_NOTES=""
isFirst=true
releaseId=""
Expand Down

0 comments on commit 74a57eb

Please sign in to comment.