Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 8baac4c

Browse files
committed
Map setup-gradle outputs back to gradle-build-action
1 parent 595fa85 commit 8baac4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,13 @@ inputs:
159159
outputs:
160160
build-scan-url:
161161
description: Link to the Build Scan® generated by a Gradle build. Note that this output applies to a Step executing Gradle, not to the `setup-gradle` Step itself.
162+
value: ${{ steps.setup-gradle.outputs.build-scan-url }}
162163
dependency-graph-file:
163164
description: Path to the GitHub Dependency Graph snapshot file generated by a Gradle build. Note that this output applies to a Step executing Gradle, not to the `setup-gradle` Step itself.
165+
value: ${{ steps.setup-gradle.outputs.dependency-graph-file }}
164166
gradle-version:
165167
description: Version of Gradle that was setup by the action
168+
value: ${{ steps.setup-gradle.outputs.gradle-version }}
166169

167170
runs:
168171
using: "composite"

0 commit comments

Comments
 (0)