File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ It's same as `-level` flag of reviewdog.
5555### ` reporter `
5656
5757Optional. Reporter of reviewdog command [ ` github-pr-check ` , ` github-pr-review ` ] .
58- The default is ` github-check ` .
58+ The default is ` github-pr- check ` .
5959
6060### ` fail_level `
6161
Original file line number Diff line number Diff line change 44set -o pipefail
55
66cd " ${GITHUB_WORKSPACE} /${INPUT_WORKDIR} " || exit
7- export REVIEWDOG_GITHUB_API_TOKEN=" ${INPUT_GITHUB_TOKEN} "
87
98TEMP_PATH=" $( mktemp -d) "
109PATH=" ${TEMP_PATH} :$PATH "
1110
1211echo ' ::group::🐶 Installing reviewdog ... https://github.com/reviewdog/reviewdog'
13- curl -sfL " https://raw.githubusercontent.com/reviewdog/reviewdog/${REVIEWDOG_VERSION} /install.sh" | sh -s -- -b " ${TEMP_PATH} " " ${REVIEWDOG_VERSION} " 2>&1
12+ curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/fd59714416d6d9a1c0692d872e38e7f8448df4fc /install.sh | sh -s -- -b " ${TEMP_PATH} " " ${REVIEWDOG_VERSION} " 2>&1
1413echo ' ::endgroup::'
1514
1615if [ " ${INPUT_SKIP_INSTALL} " = " false" ]; then
4746 BUNDLE_EXEC=" bundle exec "
4847fi
4948
49+ export REVIEWDOG_GITHUB_API_TOKEN=" ${INPUT_GITHUB_TOKEN} "
50+
5051echo ' ::group:: Running erb_lint with reviewdog 🐶 ...'
5152# shellcheck disable=SC2086
5253${BUNDLE_EXEC} erb_lint --lint-all --format compact --allow-no-files --fail-level F --show-linter-names ${INPUT_ERBLINT_FLAGS} \
You can’t perform that action at this time.
0 commit comments