Skip to content

Commit b5b75d1

Browse files
VIA-474 AS/SB Remove quotes from deployed_app_version in scheduled workflow
1 parent 7c2bc2b commit b5b75d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd-9-scheduled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: "Get deployed app version"
3131
id: get_deployed_app_version
3232
run: |
33-
APP_VERSION=$(aws lambda get-function-configuration --function-name gh-vita-${{ secrets.AWS_ACCOUNT_ID }}-server-function | jq '.Environment.Variables.APP_VERSION')
33+
APP_VERSION=$(aws lambda get-function-configuration --function-name gh-vita-${{ secrets.AWS_ACCOUNT_ID }}-server-function | jq -r '.Environment.Variables.APP_VERSION')
3434
echo "deployed_app_version=$APP_VERSION" >> $GITHUB_OUTPUT
3535
3636
acceptance-stage-preprod:

0 commit comments

Comments
 (0)