Skip to content

Commit

Permalink
Fix git error (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: Toshinori Sugita <[email protected]>
  • Loading branch information
toshi0607 and Toshinori Sugita authored Apr 13, 2022
1 parent 39efcda commit efecced
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

git config --global --add safe.directory $GITHUB_WORKSPACE

export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

yamllint --version
Expand Down

0 comments on commit efecced

Please sign in to comment.