diff --git a/script.sh b/script.sh index 7711185..4791684 100755 --- a/script.sh +++ b/script.sh @@ -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