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 6561635 commit ee48647Copy full SHA for ee48647
.github/workflows/workflow.yml
@@ -20,5 +20,5 @@ jobs:
20
VRT_PROJECT: "VRT"
21
VRT_ENABLESOFTASSERT: false
22
VRT_APIKEY: ${{ secrets.VRT_API_KEY }}
23
- VRT_BRANCHNAME: $(git rev-parse --abbrev-ref HEAD)
+ VRT_BRANCHNAME: ${{ $(git rev-parse --abbrev-ref HEAD) }}
24
VRT_CIBUILDID: "Github run_id: ${{ github.run_id }}"
0 commit comments