Skip to content

Commit 8aefd49

Browse files
committed
fix: use working directory
1 parent 53bbeb0 commit 8aefd49

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ runs:
66
using: composite
77
steps:
88
- name: Checkout tools
9+
working-directory: aws-sdk-kotlin
910
run: |
10-
pwd
11-
ls -a
1211
# Keep gradle version in sync with aws-sdk-kotlin/gradle/wrapper/gradle-wrapper.properties
1312
gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip
1413
shell: bash

0 commit comments

Comments
 (0)