Skip to content

Commit

Permalink
Merge pull request #68 from tsuyoshicho/update/20220415/treatandrelease
Browse files Browse the repository at this point in the history
fix: treat style and release
  • Loading branch information
tsuyoshicho authored Apr 15, 2022
2 parents cb8e4a0 + 175a45d commit 85b340a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

if [ -n "${GITHUB_WORKSPACE}" ] ; then
cd "${GITHUB_WORKSPACE}" || exit
git config --global --add safe.directory $GITHUB_WORKSPACE || exit 1
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 85b340a

Please sign in to comment.