Add new output to Action.yml

This commit is contained in:
daz 2023-07-24 08:43:47 -06:00
parent 9e58f8b1de
commit 7241fa5d56
No known key found for this signature in database

View file

@ -88,6 +88,8 @@ inputs:
outputs: outputs:
build-scan-url: 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. 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: runs:
using: 'node16' using: 'node16'