We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38e27a commit 9ce4461Copy full SHA for 9ce4461
.github/workflows/ci-test.yaml
@@ -51,7 +51,7 @@ jobs:
51
export FALLBACK_BRANCH=$([ "$GITHUB_BRANCH" == "master" ] && echo "main" && echo "master" || echo "develop")
52
git submodule foreach --recursive git reset --hard
53
git submodule foreach --recursive git clean -fdx
54
- git submodule foreach bash -c '(git checkout "${GITHUB_BRANCH}" || git checkout main || git checkout master || git checkout develop || git checkout "${FALLBACK_BRANCH}") && git pull'
+ git submodule foreach bash -c '(git checkout "${GITHUB_BRANCH}" || git checkout main || git checkout develop || git checkout master || git checkout "${FALLBACK_BRANCH}") && git pull'
55
git submodule foreach git rev-parse --abbrev-ref HEAD
56
57
- name: Run Script
0 commit comments