Skip to content

Commit

Permalink
Version check
Browse files Browse the repository at this point in the history
  • Loading branch information
reidab committed May 31, 2023
1 parent 58b0243 commit 728c143
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ 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 -o "${TEMP_PATH}/reviewdog" https://github.com/thedyrt/action-rubocop/releases/download/untagged-65e95e10e461a011f2a6/reviewdog
curl -o "${TEMP_PATH}/reviewdog" https://github.com/thedyrt/action-rubocop/releases/download/untagged-99b65b4cb50344475212/reviewdog
chmod +x "${TEMP_PATH}/reviewdog"
reviewdog --version
echo '::endgroup::'

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

0 comments on commit 728c143

Please sign in to comment.