We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793bec6 commit d726c87Copy full SHA for d726c87
.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 -1 $path
+ ls -q1 $path
22
0 commit comments