We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e24e7a commit 131a9eeCopy full SHA for 131a9ee
.github/actions/gradle/download/action.yml
@@ -1,4 +1,4 @@
1
-name: Download latest release
+name: Download latest Gradle build validation scripts
2
description: "Downloads the latest release of the build validation scripts for Gradle"
3
4
inputs:
@@ -9,7 +9,7 @@ inputs:
9
runs:
10
using: "composite"
11
steps:
12
- - name: Get latest release
+ - name: Download latest build Gradle validation scripts
13
run: |
14
authHeader=""
15
if [ ! -z "${{ inputs.token }}" ]; then
0 commit comments