mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 09:02:50 +00:00
Add new output to Action.yml
This commit is contained in:
parent
9e58f8b1de
commit
7241fa5d56
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ 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 `gradle-build-action` Step itself.
|
||||
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 `gradle-build-action` Step itself.
|
||||
|
||||
runs:
|
||||
using: 'node16'
|
||||
|
|
Loading…
Reference in a new issue