Skip to content

Commit

Permalink
fix: Git 2.35.2 is stricter (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <[email protected]>
  • Loading branch information
greut authored Jun 25, 2022
1 parent 254ffa7 commit 3ffb869
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

set -xe

# Fix for Git 2.35.2
git config --global --add safe.directory "${GITHUB_WORKSPACE:-$(pwd)}"

ECLINT=eclint

$ECLINT -version
Expand Down

0 comments on commit 3ffb869

Please sign in to comment.