Skip to content

Commit 270c515

Browse files
authored
Enhance action.yml with additional output descriptions
Add descriptions for cyclone-artifact-id and cyclone-path outputs.
1 parent dab3eab commit 270c515

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • action-templates/actions/action-npm-build

action-templates/actions/action-npm-build/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ outputs:
2323
description: "Name of the artifact upload"
2424
value: ${{steps.artifact-name.outputs.artifact-name}}
2525
cyclone-artifact-id:
26+
description: "id of the sbom artifact"
2627
value: ${{steps.upload-sbom-artifact.outputs.artifact-id}}
2728
cyclone-path:
2829
value: ${{steps.artifact-name.outputs.cyclone-path}}
30+
description: "path of the sbom"
2931
runs:
3032
using: "composite"
3133
steps:

0 commit comments

Comments
 (0)