diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5d64508..4723a97 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -54,6 +54,6 @@ jobs: --no-fail-on-empty-changeset \ --image-repositories CodeRunnerFunction=$REPOSITORY_URI \ --capabilities CAPABILITY_IAM \ - --role-arn ${CLOUDFORMATION_ROLE_ARN} + --role-arn ${CLOUDFORMATION_ROLE_ARN} \ --parameter-overrides \ ImageUri=${{ env.REPOSITORY_URI }}:${{ github.run_id }}