Skip to content

Commit

Permalink
Merge pull request #44 from nathanbrock/fix-git-issue
Browse files Browse the repository at this point in the history
Fix git error introduced in git 2.35.2
  • Loading branch information
haya14busa authored Apr 13, 2022
2 parents 05a9df5 + 41b978a commit 3347037
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

cd "${GITHUB_WORKSPACE}" || exit 1

git config --global --add safe.directory $GITHUB_WORKSPACE || exit 1

export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

paths=()
Expand Down

0 comments on commit 3347037

Please sign in to comment.