Skip to content

Commit 494b5b2

Browse files
committed
fix
1 parent d7ccaaa commit 494b5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/serverless-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
template: 'serverless-ea-it'
5454
cluster-name-prefix: "${{ env.PREFIX }}-${{ steps.get_day.outputs.day }}"
55-
parameters: '{"Target":"production":"ProjectType","observability"}'
55+
parameters: '{"Target":"production","ProjectType","observability"}'
5656
github-token: ${{ steps.get_token.outputs.token }}
5757
gitops: true
5858
wait: '15'

0 commit comments

Comments
 (0)