We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2211d commit 793bec6Copy full SHA for 793bec6
.github/workflows/quality-assurance.yaml
@@ -18,5 +18,5 @@ jobs:
18
path=${{ runner.temp }}/gradle
19
wget -O ${{ runner.temp }}/gradle.zip $distributionUrl
20
unzip ${{ runner.temp }}/gradle.zip -d $path
21
- ls -la $path
+ ls -1 $path
22
0 commit comments