We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@
1 parent 90c93ea commit 5c4bfffCopy full SHA for 5c4bfff
.github/workflows/bootstrap_region.yml
@@ -96,7 +96,7 @@ jobs:
96
run: go env
97
- id: go-install-pkg
98
name: Install
99
- run: go install github.com/aws-powertools/actions/layer-balancer/cmd/balance@@29979bc5339bf54f76a11ac36ff67701986bb0f0
+ run: go install github.com/aws-powertools/actions/layer-balancer/cmd/balance@29979bc5339bf54f76a11ac36ff67701986bb0f0
100
- id: run-balance
101
name: Run Balance
102
run: balance -read-region us-east-1 -write-region ${{ inputs.region }} -write-role ${{ secrets.BALANCE_ROLE_ARN }} -layer-name AWSLambdaPowertoolsTypeScriptV2 -dry-run=false
0 commit comments