File tree 2 files changed +2
-2
lines changed
test/only_changed/shared_mock_bins
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ TEMP_PATH="$(mktemp -d)"
10
10
PATH=" ${TEMP_PATH} :$PATH "
11
11
12
12
echo ' ::group::🐶 Installing reviewdog ... https://github.com/reviewdog/reviewdog'
13
- curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master /install.sh | sh -s -- -b " ${TEMP_PATH} " " ${REVIEWDOG_VERSION} " 2>&1
13
+ curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/fd59714416d6d9a1c0692d872e38e7f8448df4fc /install.sh | sh -s -- -b " ${TEMP_PATH} " " ${REVIEWDOG_VERSION} " 2>&1
14
14
echo ' ::endgroup::'
15
15
16
16
if [ " ${INPUT_SKIP_INSTALL} " = " false" ]; then
Original file line number Diff line number Diff line change 2
2
3
3
arguments=" $* "
4
4
5
- if [ " $arguments " != " -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master /install.sh" ]; then
5
+ if [ " $arguments " != " -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/fd59714416d6d9a1c0692d872e38e7f8448df4fc /install.sh" ]; then
6
6
echo " curl mock got unexpected arguments: $arguments "
7
7
exit 1
8
8
fi
You can’t perform that action at this time.
0 commit comments