Skip to content

Commit a1891e0

Browse files
committed
Streamline action inputs' description and ordering
1 parent 5fd4a98 commit a1891e0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/actions/gradle/exp1/action.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ description: "Runs experiment 1 of the build validation scripts for Gradle"
33

44
inputs:
55
gitRepo:
6-
description: "Git repository URL"
7-
required: true
8-
tasks:
9-
description: "Gradle tasks"
6+
description: "The URL for the Git repository to validate"
107
required: true
118
gitBranch:
12-
description: "Git Branch"
9+
description: "The branch for the Git repository to validate"
1310
required: false
1411
gitCommitId:
15-
description: "Git Commit"
12+
description: "The Git commit id for the Git repository to validate"
1613
required: false
1714
projectDir:
18-
description: "Project directory"
15+
description: "The build invocation directory within the Git repository"
16+
required: false
17+
tasks:
18+
description: "The Gradle tasks to invoke"
1919
required: false
2020
args:
21-
description: "Gradle additional arguments"
21+
description: "Additional arguments to pass to Gradle"
2222
required: false
2323
gradleEnterpriseUrl:
24-
description: "Gradle Enterprise URL"
24+
description: "The URL for the Gradle Enterprise server to connect to"
2525
required: false
2626
enableGradleEnterprise:
2727
description: "Enables Gradle Enterprise on a project not already connected"

0 commit comments

Comments
 (0)