Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shikha Mishra authored Jul 3, 2021
1 parent 11d8aad commit 4ecfbfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ inputs:
error-severity: # id of input
description: 'Error severity'
required: false
default: '10'
default: 10
outputs:
time: # id of output
description: 'The test result'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.error-severity }}
- ${{ inputs.error-severity }}

0 comments on commit 4ecfbfc

Please sign in to comment.