File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
.github/actions/gradle/exp1 Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,25 @@ description: "Runs experiment 1 of the build validation scripts for Gradle"
33
44inputs :
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"
You can’t perform that action at this time.
0 commit comments