diff --git a/action.yml b/action.yml index cd9b3b8..5f1ef7e 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ inputs: error-severity: # id of input description: 'Error severity' required: false - default: '10' + default: 10 outputs: time: # id of output description: 'The test result' @@ -13,4 +13,4 @@ runs: using: 'docker' image: 'Dockerfile' args: - - ${{ inputs.error-severity }} \ No newline at end of file + - ${{ inputs.error-severity }}