Skip to content

Commit

Permalink
Merge pull request #39 from reviewdog/haya14busa-patch-1-1
Browse files Browse the repository at this point in the history
fix the git issue
  • Loading branch information
haya14busa authored Apr 13, 2022
2 parents b222e6e + 80bd5ef commit fdab6e0
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}/${INPUT_WORKDIR}" || 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 fdab6e0

Please sign in to comment.