We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c27349 commit 31120daCopy full SHA for 31120da
.github/workflows/bootstrap_region.yml
@@ -106,4 +106,4 @@ jobs:
106
run: go install github.com/aws-powertools/actions/layer-balancer/cmd/balance@latest
107
- id: run-balance
108
name: Run Balance
109
- run: balance -read-region us-east-1 -write-region ${{ inputs.region }} -write-role ${{ secrets.BALANCE_ROLE_ARN }} -layer-name ${{ matrix.layer }} -dry-run false
+ run: balance -read-region us-east-1 -write-region ${{ inputs.region }} -write-role ${{ secrets.BALANCE_ROLE_ARN }} -layer-name ${{ matrix.layer }} -dry-run=false
0 commit comments