Skip to content

Commit

Permalink
Map setup-gradle outputs back to gradle-build-action
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Apr 12, 2024
1 parent 595fa85 commit 8baac4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,13 @@ inputs:
outputs:
build-scan-url:
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.
value: ${{ steps.setup-gradle.outputs.build-scan-url }}
dependency-graph-file:
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.
value: ${{ steps.setup-gradle.outputs.dependency-graph-file }}
gradle-version:
description: Version of Gradle that was setup by the action
value: ${{ steps.setup-gradle.outputs.gradle-version }}

runs:
using: "composite"
Expand Down

0 comments on commit 8baac4c

Please sign in to comment.