Skip to content

Commit 4ecfbfc

Browse files
author
Shikha Mishra
authored
Update action.yml
1 parent 11d8aad commit 4ecfbfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ inputs:
55
error-severity: # id of input
66
description: 'Error severity'
77
required: false
8-
default: '10'
8+
default: 10
99
outputs:
1010
time: # id of output
1111
description: 'The test result'
1212
runs:
1313
using: 'docker'
1414
image: 'Dockerfile'
1515
args:
16-
- ${{ inputs.error-severity }}
16+
- ${{ inputs.error-severity }}

0 commit comments

Comments
 (0)