Skip to content

Commit 5c4bfff

Browse files
authored
chore(ci): fix double @ in action hash (#3587)
1 parent 90c93ea commit 5c4bfff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/bootstrap_region.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: go env
9797
- id: go-install-pkg
9898
name: Install
99-
run: go install github.com/aws-powertools/actions/layer-balancer/cmd/balance@@29979bc5339bf54f76a11ac36ff67701986bb0f0
99+
run: go install github.com/aws-powertools/actions/layer-balancer/cmd/balance@29979bc5339bf54f76a11ac36ff67701986bb0f0
100100
- id: run-balance
101101
name: Run Balance
102102
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

Comments
 (0)