Skip to content

Commit

Permalink
we need raw output from jq
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Aug 8, 2024
1 parent ae7bba7 commit 293697b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
run: >-
echo "AWS_CFN_TAGS=$(
cat cfn-tags.json |
jq '
jq -r '
to_entries |
map("--tags \(.key)=\(.value|tostring)") |
. += [
Expand All @@ -168,7 +168,7 @@ jobs:
run: >-
echo "AWS_CFN_PARAMS=$(
cat cfn-parameters.json |
jq '
jq -r '
to_entries |
map("--parameter-overrides \(.key)=\(.value|tostring)") |
join(" ")
Expand Down

0 comments on commit 293697b

Please sign in to comment.