Skip to content

Commit 5314bbd

Browse files
committed
Formatting and comments
Signed-off-by: Jerome Prinet <jprinet@gradle.com>
1 parent b940106 commit 5314bbd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/composite/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,25 @@ Create a Github Action workflow, fulfilling the build requirements (add JDK...)
88

99
```yaml
1010
steps:
11+
# Download scripts latest version
1112
- uses: gradle/gradle-enterprise-build-validation-scripts/.github/composite/getLatest@v1.0.2
1213
with:
1314
token: ${{ secrets.GITHUB_TOKEN }}
15+
# Run experiment 1
1416
- uses: gradle/gradle-enterprise-build-validation-scripts/.github/composite/exp1@v1.0.2
1517
with:
1618
repositoryUrl: <PROJECT_GIT_URL>
1719
branch: <PROJECT_BRANCH>
1820
task: <PROJECT_BUILD_TASK>
1921
gradleEnterpriseUrl: <GRADLE_ENTERPRISE_URL>
22+
# Run experiment 2
2023
- uses: gradle/gradle-enterprise-build-validation-scripts/.github/composite/exp2@v1.0.2
2124
with:
2225
repositoryUrl: <PROJECT_GIT_URL>
2326
branch: <PROJECT_BRANCH>
2427
task: <PROJECT_BUILD_TASK>
2528
gradleEnterpriseUrl: <GRADLE_ENTERPRISE_URL>
29+
# Run experiment 3
2630
- uses: gradle/gradle-enterprise-build-validation-scripts/.github/composite/exp3@v1.0.2
2731
with:
2832
repositoryUrl: <PROJECT_GIT_URL>

.github/composite/getLatest/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Get latest release
2-
description: 'Install Scripts latest release'
2+
description: "Install Scripts latest release"
33

44
inputs:
55
token:
6-
description: 'Github token'
6+
description: "Github token"
77
required: true
88

99
runs:

0 commit comments

Comments
 (0)