diff --git a/.github/workflows/bootstrap_region.yml b/.github/workflows/bootstrap_region.yml index a0273bb3356..8d662903c11 100644 --- a/.github/workflows/bootstrap_region.yml +++ b/.github/workflows/bootstrap_region.yml @@ -106,4 +106,4 @@ jobs: run: go install github.com/aws-powertools/actions/layer-balancer/cmd/balance@latest - id: run-balance name: Run Balance - run: balance -read-region us-east-1 -write-region ${{ inputs.region }} -write-role ${{ secrets.BALANCE_ROLE_ARN }} -layer-name ${{ matrix.layer }} -dry-run false \ No newline at end of file + run: balance -read-region us-east-1 -write-region ${{ inputs.region }} -write-role ${{ secrets.BALANCE_ROLE_ARN }} -layer-name ${{ matrix.layer }} -dry-run=false \ No newline at end of file