Skip to content

Commit

Permalink
Rename input artifact -> name; Add debug message; Parse inputs as…
Browse files Browse the repository at this point in the history
… integers (#2) (#2)
  • Loading branch information
tangrufus authored Sep 27, 2024
1 parent edc1e7e commit a93ca8e
Show file tree
Hide file tree
Showing 6 changed files with 10,468 additions and 10,746 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ branding:
color: 'black'

inputs:
name:
description: 'Name of the artifact to upload.'
required: true
default: 'sboms'
dist:
description: 'Path to the dist folder which containing artifacts.json'
required: true
default: 'dist'
sbom-suffix:
description: 'SBOM suffix'
description: 'SBOM suffix.'
required: true
default: '.sbom.json'
artifact:
description: 'Artifact name'
required: true
default: 'sboms'
retention-days:
description: >
Duration after which artifact will expire in days. 0 means using default retention.
Expand Down
Loading

0 comments on commit a93ca8e

Please sign in to comment.