Skip to content

Commit 16b90c4

Browse files
committed
Fix env var in functional.yml
1 parent 8ed6dd0 commit 16b90c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Setup license file for plus
104104
if: ${{ inputs.image == 'plus' }}
105-
run: echo "$PLUS_LICENSE" > license.jwt
105+
run: echo "${PLUS_LICENSE}" > license.jwt
106106
env:
107107
PLUS_LICENSE: ${{ secrets.JWT_PLUS_REGISTRY }}
108108

0 commit comments

Comments
 (0)