Skip to content

Commit ee48647

Browse files
committed
Update workflow.yml
1 parent 6561635 commit ee48647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
VRT_PROJECT: "VRT"
2121
VRT_ENABLESOFTASSERT: false
2222
VRT_APIKEY: ${{ secrets.VRT_API_KEY }}
23-
VRT_BRANCHNAME: $(git rev-parse --abbrev-ref HEAD)
23+
VRT_BRANCHNAME: ${{ $(git rev-parse --abbrev-ref HEAD) }}
2424
VRT_CIBUILDID: "Github run_id: ${{ github.run_id }}"

0 commit comments

Comments
 (0)