Skip to content

Commit

Permalink
Expose upload-artifact and upload-release-assets inputs
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Owen <josh.owen@flourish.com>
  • Loading branch information
joshowen committed May 21, 2022
1 parent bb71640 commit 18713dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions action.yml
Expand Up @@ -49,6 +49,16 @@ inputs:
description: "Upload to GitHub dependency snapshot API"
default: "false"

upload-artifact:
required: false
description: "Upload artifact to workflow"
default: "true"

upload-release-assets:
required: false
description: "Upload release assets"
default: "true"

runs:
using: "node12"
main: "dist/runSyftAction/index.js"

0 comments on commit 18713dd

Please sign in to comment.