We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b72d5 commit b9376a8Copy full SHA for b9376a8
.github/workflows/workflow.yml
@@ -24,5 +24,5 @@ jobs:
24
VRT_PROJECT: "VRT"
25
VRT_ENABLESOFTASSERT: false
26
VRT_APIKEY: ${{ secrets.VRT_API_KEY }}
27
- VRT_BRANCHNAME: ${{ steps.get-branch-name.outputs.branch_name }}
+ VRT_BRANCHNAME: ${{ github.head_ref || steps.get-branch-name.outputs.branch_name }}
28
VRT_CIBUILDID: "Github run_id: ${{ github.run_id }}"
0 commit comments