Add a default value for wait-for-processing.
This commit is contained in:
parent
49fc4c9b40
commit
823bb21bbb
4 changed files with 7 additions and 5 deletions
|
|
@ -54,7 +54,8 @@ inputs:
|
|||
default: "true"
|
||||
wait-for-processing:
|
||||
description: If true, the Action will wait for the uploaded SARIF to be processed before completing.
|
||||
required: false
|
||||
required: true
|
||||
default: "false"
|
||||
token:
|
||||
default: ${{ github.token }}
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue