From 31120daa1f6d90c04873272f2a446d292d940d41 Mon Sep 17 00:00:00 2001 From: Simon Thulbourn Date: Thu, 19 Dec 2024 11:12:13 +0000 Subject: [PATCH] fix(ci): Dry run was accidentally enabled --- .github/workflows/bootstrap_region.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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