Skip to content

Commit 4ca56b7

Browse files
authored
Update Integration.yml
Use 'master' branch if GIT_BRANCH was not set
1 parent 09f8c06 commit 4ca56b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
mkdir _build
2828
cd _build
29-
cmake -D GIT_BRANCH=${{ steps.branch-names.outputs.current_branch }} ..
29+
cmake -D GIT_BRANCH=${{ steps.branch-names.outputs.current_branch || 'master' }} ..
3030
shell: cmd
3131

3232
- name: Build

0 commit comments

Comments
 (0)