Skip to content

Commit 53bbeb0

Browse files
committed
pwd and ls again
1 parent 6e86682 commit 53bbeb0

File tree

1 file changed

+2
-0
lines changed
  • .github/actions/custom-gradle-distribution-url

1 file changed

+2
-0
lines changed

.github/actions/custom-gradle-distribution-url/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ runs:
77
steps:
88
- name: Checkout tools
99
run: |
10+
pwd
11+
ls -a
1012
# Keep gradle version in sync with aws-sdk-kotlin/gradle/wrapper/gradle-wrapper.properties
1113
gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip
1214
shell: bash

0 commit comments

Comments
 (0)