From 4ecfbfc76112c2f8729e89f98305633beb16b4eb Mon Sep 17 00:00:00 2001 From: Shikha Mishra Date: Sat, 3 Jul 2021 19:49:01 +0530 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}