We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2bc2b commit b5b75d1Copy full SHA for b5b75d1
.github/workflows/cicd-9-scheduled.yaml
@@ -30,7 +30,7 @@ jobs:
30
- name: "Get deployed app version"
31
id: get_deployed_app_version
32
run: |
33
- APP_VERSION=$(aws lambda get-function-configuration --function-name gh-vita-${{ secrets.AWS_ACCOUNT_ID }}-server-function | jq '.Environment.Variables.APP_VERSION')
+ APP_VERSION=$(aws lambda get-function-configuration --function-name gh-vita-${{ secrets.AWS_ACCOUNT_ID }}-server-function | jq -r '.Environment.Variables.APP_VERSION')
34
echo "deployed_app_version=$APP_VERSION" >> $GITHUB_OUTPUT
35
36
acceptance-stage-preprod:
0 commit comments