Skip to content

Commit 28f04fe

Browse files
committed
Add missing comma to cloudformation parameters
1 parent ce81904 commit 28f04fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/provision-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@ jobs:
132132
capabilities: 'CAPABILITY_NAMED_IAM'
133133
no-fail-on-empty-changeset: "1"
134134
parameter-overrides: >-
135-
LatestTag=${{ steps.rename-pondo-bot-image.outputs.pondo-bot-image-tag }}
135+
LatestTag=${{ steps.rename-pondo-bot-image.outputs.pondo-bot-image-tag }},
136136
BranchName=${{ env.BRANCH_NAME }}

0 commit comments

Comments
 (0)