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 f5eed55 commit 6759731Copy full SHA for 6759731
bin/checkout.sh
@@ -3,7 +3,7 @@
3
# shellcheck disable=SC2164
4
pushd "$OLD_WIKI_CHECKOUT_PATH"
5
6
- WIKI_BRANCH=$("$ACTION_BIN_PATH"/get-mapped-branch.sh)
+ WIKI_BRANCH=$(bash "$ACTION_BIN_PATH"/get-mapped-branch.sh)
7
8
git ls-remote -q --heads --exit-code origin "$WIKI_BRANCH" > /dev/null
9
REMOTE_CHECK_EXIT_CODE=$?
@@ -21,4 +21,4 @@ pushd "$OLD_WIKI_CHECKOUT_PATH"
21
fi;
22
23
24
-popd
+popd
0 commit comments