Skip to content

Commit

Permalink
Input: Rename artifact -> name; Add debug message; Parse inputs a…
Browse files Browse the repository at this point in the history
…s integers
  • Loading branch information
tangrufus committed Sep 27, 2024
1 parent edc1e7e commit 52320b5
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 52320b5

Please sign in to comment.