Skip to content

Commit

Permalink
Merge pull request #67 from davefurmidge/fix-git-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshicho authored Apr 15, 2022
2 parents f0c9818 + 45d40e0 commit cb8e4a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e

if [ -n "${GITHUB_WORKSPACE}" ] ; then
cd "${GITHUB_WORKSPACE}" || exit
git config --global --add safe.directory $GITHUB_WORKSPACE || exit 1
fi

export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"
Expand Down

0 comments on commit cb8e4a0

Please sign in to comment.