Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nflorescf authored Apr 24, 2024
1 parent cd657dd commit a46427e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ inputs:
description: Folder to scan
required: true
default: target

scout_args:
description: Scout args
required: false
type: string

# Define your outputs here.
outputs:
Expand All @@ -22,3 +27,4 @@ runs:
- ${{ inputs.target }}
env:
INPUT_TARGET: ${{ inputs.target}}
SCOUT_ARGS: ${{inputs.scout_args}}

0 comments on commit a46427e

Please sign in to comment.