We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1362c2 commit f8e472bCopy full SHA for f8e472b
.github/workflows/upload-cli-layer.yml
@@ -42,4 +42,4 @@ jobs:
42
# AWS_ACCOUNT_ID: ${{ inputs.AWS_ACCOUNT_ID }}
43
TAG: v2.11.1
44
AWS_ACCOUNT_ID: 585008075785
45
- run: ./bin/upload-cli-layer.sh
+ run: ./bin/upload_cli_layer.sh
bin/upload_cli_layer.sh
@@ -1,5 +1,3 @@
1
-#! /opt/homebrew/bin/bash
2
-
3
# Configuration
4
TAG=$TAG
5
AWS_ACCOUNT_ID=$AWS_ACCOUNT_ID
0 commit comments