We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eabee4 commit 6179c7cCopy full SHA for 6179c7c
script.sh
@@ -13,7 +13,7 @@ TEMP_PATH="$(mktemp -d)"
13
PATH="${TEMP_PATH}:$PATH"
14
15
echo '::group::🐶 Installing reviewdog ... https://github.com/reviewdog/reviewdog'
16
-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/fd59714416d6d9a1c0692d872e38e7f8448df4fc/install.sh | sh -s -- -b "${TEMP_PATH}" "${REVIEWDOG_VERSION}" 2>&1
17
echo '::endgroup::'
18
19
if [ "${INPUT_SKIP_INSTALL}" = "false" ]; then
0 commit comments