Skip to content

Commit e3ccb90

Browse files
committed
Bugfix workflow
1 parent ea2c4ed commit e3ccb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
GITHUB_TOKEN: ${{ secrets.PAT }}
2222

2323
- name: "Print default branch"
24-
run: "Default branch: ${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}"
24+
run: "echo 'Default branch: ${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}'"
2525

2626
- name: "Build DISCVR"
2727
if: github.ref == '/refs/heads/${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}'

0 commit comments

Comments
 (0)