Skip to content

Commit

Permalink
fix(actions): 🚑 adjusting parameter overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
vict0rcarvalh0 committed May 5, 2024
1 parent 1c02ecb commit 4bd5caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
name: application-stack
template: cf.yml
no-fail-on-empty-changeset: "1"
parameter-overrides: ["DBPassword=postgresdb", "EnvironmentType=dev"]
parameter-overrides: "DBPassword=postgresdb,EnvironmentType=dev"

0 comments on commit 4bd5caf

Please sign in to comment.