Skip to content

Commit

Permalink
fix: copy actionlint fix
Browse files Browse the repository at this point in the history
Updated to be the same as reviewdog/action-actionlint#66 fix
  • Loading branch information
davefurmidge authored Apr 15, 2022
1 parent d2c06a8 commit 45d40e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ set -e

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

export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

redpen --version
Expand Down

0 comments on commit 45d40e0

Please sign in to comment.