Skip to content

Commit 3ec1a56

Browse files
fix: correct casing for SOLUTION_NAME in deployment output extraction
1 parent cb1131d commit 3ec1a56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
export CONTAINER_WEB_APPNAME=$(echo "$DEPLOY_OUTPUT" | jq -r '.containeR_WEB_APP_NAME.value')
174174
echo "CONTAINER_WEB_APPNAME=$CONTAINER_WEB_APPNAME" >> $GITHUB_ENV
175175
176-
export SOLUTION_NAME=$(echo "$DEPLOY_OUTPUT" | jq -r '.solutioN_NAME.value')
176+
export SOLUTION_NAME=$(echo "$DEPLOY_OUTPUT" | jq -r '.SOLUTION_NAME.value')
177177
echo "SOLUTION_NAME=$SOLUTION_NAME" >> $GITHUB_ENV
178178
echo "SOLUTION_NAME=$SOLUTION_NAME" >> $GITHUB_OUTPUT
179179

0 commit comments

Comments
 (0)