Skip to content

Commit f8e472b

Browse files
committed
fix bash
1 parent b1362c2 commit f8e472b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/upload-cli-layer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
# AWS_ACCOUNT_ID: ${{ inputs.AWS_ACCOUNT_ID }}
4343
TAG: v2.11.1
4444
AWS_ACCOUNT_ID: 585008075785
45-
run: ./bin/upload-cli-layer.sh
45+
run: ./bin/upload_cli_layer.sh

bin/upload_cli_layer.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#! /opt/homebrew/bin/bash
2-
31
# Configuration
42
TAG=$TAG
53
AWS_ACCOUNT_ID=$AWS_ACCOUNT_ID

0 commit comments

Comments
 (0)