Skip to content

Commit

Permalink
changed --dry-run value to true
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiomansillab committed Nov 6, 2024
1 parent d12a12d commit 7a4eb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
with:
version: "latest"
verb: call
args: deploy-helm-charts --username=alercebroker --password=env:GH_TOKEN --helm-values=ssm:tapservice-values-staging --version=24.9.0 --dry-run=false
args: deploy-helm-charts --username=alercebroker --password=env:GH_TOKEN --helm-values=ssm:tapservice-values-staging --version=24.9.0 --dry-run=true
workdir: ./ci

0 comments on commit 7a4eb6f

Please sign in to comment.