We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2c4ed commit e3ccb90Copy full SHA for e3ccb90
.github/workflows/build_latest.yml
@@ -21,7 +21,7 @@ jobs:
21
GITHUB_TOKEN: ${{ secrets.PAT }}
22
23
- name: "Print default branch"
24
- run: "Default branch: ${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}"
+ run: "echo 'Default branch: ${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}'"
25
26
- name: "Build DISCVR"
27
if: github.ref == '/refs/heads/${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}'
0 commit comments