Skip to content

Commit 8120992

Browse files
committed
Add ls -la command to check file permissions
Signed-off-by: James Bradlee <[email protected]>
1 parent c8942ec commit 8120992

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup-gradle/action.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ runs:
55
steps:
66
- shell: sh
77
run: |
8+
ls -la
89
source $GITHUB_WORKSPACE/gradle/wrapper/gradle-wrapper.properties
910
echo "Gradle URL: $distributionUrl"
1011
path=${{ runner.temp }}/gradle

0 commit comments

Comments
 (0)