We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3efaac commit 6c22c51Copy full SHA for 6c22c51
.github/workflows/fullBuild.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
#git checkout full-build
23
#git merge origin/main
24
- git branch -a
+ git fetch --all
25
git checkout full-build
26
- name: Setup Node
27
uses: actions/setup-node@v3
0 commit comments