Skip to content

Commit 6759731

Browse files
authored
Added bash for running command
1 parent f5eed55 commit 6759731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/checkout.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# shellcheck disable=SC2164
44
pushd "$OLD_WIKI_CHECKOUT_PATH"
55

6-
WIKI_BRANCH=$("$ACTION_BIN_PATH"/get-mapped-branch.sh)
6+
WIKI_BRANCH=$(bash "$ACTION_BIN_PATH"/get-mapped-branch.sh)
77

88
git ls-remote -q --heads --exit-code origin "$WIKI_BRANCH" > /dev/null
99
REMOTE_CHECK_EXIT_CODE=$?
@@ -21,4 +21,4 @@ pushd "$OLD_WIKI_CHECKOUT_PATH"
2121
fi;
2222

2323
# shellcheck disable=SC2164
24-
popd
24+
popd

0 commit comments

Comments
 (0)