Skip to content

Commit 131a9ee

Browse files
committed
Polish
1 parent 0e24e7a commit 131a9ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/gradle/download/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Download latest release
1+
name: Download latest Gradle build validation scripts
22
description: "Downloads the latest release of the build validation scripts for Gradle"
33

44
inputs:
@@ -9,7 +9,7 @@ inputs:
99
runs:
1010
using: "composite"
1111
steps:
12-
- name: Get latest release
12+
- name: Download latest build Gradle validation scripts
1313
run: |
1414
authHeader=""
1515
if [ ! -z "${{ inputs.token }}" ]; then

0 commit comments

Comments
 (0)