Skip to content

Commit

Permalink
ci: fix command typo
Browse files Browse the repository at this point in the history
  • Loading branch information
montoyaobeso committed Jun 9, 2024
1 parent a7b7090 commit caabab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sam-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ jobs:
BucketName=${{ secrets.AWS_BUCKET_NAME_FILES_PREFIX }}-${{ env.ENV_STAGE }} \
SecretName=${{ secrets.AWS_SECRET_NAME }} \
Stage=${{ env.ENV_STAGE }} \
AppRunnerConnectionArn=${{ secrets.AWS_APP_RUNNER_CONNECTION_ARN }}
AppRunnerConnectionArn=${{ secrets.AWS_APP_RUNNER_CONNECTION_ARN }} \
--no-confirm-changeset --no-fail-on-empty-changeset

0 comments on commit caabab3

Please sign in to comment.