Skip to content

Commit

Permalink
[NRL-793] Fix typo in update-lambda-perms workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdean3-nhs committed Sep 19, 2024
1 parent 94a0cfd commit 111e20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-lambda-permissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Check deployed version matches build version
run: |
this_version="$(./scripts/get-current-info.sh) | jq -r .version)"
this_version="$(./scripts/get-current-info.sh | jq -r .version)"
deployed_version="$(terraform -chdir=terraform/infrastructure output --raw version)"
if [ "${deployed_version}" != "${this_version}" ]; then
Expand Down

0 comments on commit 111e20b

Please sign in to comment.