Skip to content

Commit

Permalink
Install reviewdog from custom fork
Browse files Browse the repository at this point in the history
  • Loading branch information
reidab committed May 31, 2023
1 parent f0f2b1c commit 58b0243
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ TEMP_PATH="$(mktemp -d)"
PATH="${TEMP_PATH}:$PATH"

echo '::group::🐶 Installing reviewdog ... https://github.com/reviewdog/reviewdog'
curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b "${TEMP_PATH}" "${REVIEWDOG_VERSION}" 2>&1
# curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b "${TEMP_PATH}" "${REVIEWDOG_VERSION}" 2>&1
curl -o "${TEMP_PATH}/reviewdog" https://github.com/thedyrt/action-rubocop/releases/download/untagged-65e95e10e461a011f2a6/reviewdog
chmod +x "${TEMP_PATH}/reviewdog"
echo '::endgroup::'

if [ "${INPUT_SKIP_INSTALL}" = "false" ]; then
Expand Down

0 comments on commit 58b0243

Please sign in to comment.