Skip to content

Commit 8ed6dd0

Browse files
committed
Fix env var in conformance.yml
1 parent cad7b72 commit 8ed6dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
138138
- name: Setup license file for plus
139139
if: ${{ inputs.image == 'plus' }}
140-
run: echo "$PLUS_LICENSE" > license.jwt
140+
run: echo "${PLUS_LICENSE}" > license.jwt
141141
env:
142142
PLUS_LICENSE: ${{ secrets.JWT_PLUS_REGISTRY }}
143143

0 commit comments

Comments
 (0)