Skip to content

Commit 0b1fc67

Browse files
committed
get caller identity
1 parent bdd0ad2 commit 0b1fc67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/setup-kat/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ runs:
1313
- name: Set up kat
1414
shell: bash
1515
run: |
16+
aws sts get-caller-identity
17+
1618
kat_version=$(aws s3 ls s3://kotlin-sdk-build-tools/kat-releases/ | grep -oE '[0-9]+\.[0-9]+\.[0-9]+' | sort -V | tail -n 1)
1719
1820
if [ -z "$kat_version" ]; then

0 commit comments

Comments
 (0)