We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a0cfd commit 111e20bCopy full SHA for 111e20b
.github/workflows/update-lambda-permissions.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Check deployed version matches build version
71
run: |
72
- this_version="$(./scripts/get-current-info.sh) | jq -r .version)"
+ this_version="$(./scripts/get-current-info.sh | jq -r .version)"
73
deployed_version="$(terraform -chdir=terraform/infrastructure output --raw version)"
74
75
if [ "${deployed_version}" != "${this_version}" ]; then
0 commit comments