We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8942ec commit 8120992Copy full SHA for 8120992
.github/actions/setup-gradle/action.yaml
@@ -5,6 +5,7 @@ runs:
5
steps:
6
- shell: sh
7
run: |
8
+ ls -la
9
source $GITHUB_WORKSPACE/gradle/wrapper/gradle-wrapper.properties
10
echo "Gradle URL: $distributionUrl"
11
path=${{ runner.temp }}/gradle
0 commit comments