From c1b389be4f5ceb5c93a44bea4da1f1e6acf0c317 Mon Sep 17 00:00:00 2001 From: Shikha Mishra Date: Sat, 3 Jul 2021 20:00:37 +0530 Subject: [PATCH] input removed --- action.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/action.yml b/action.yml index 5f1ef7e..6591277 100644 --- a/action.yml +++ b/action.yml @@ -1,16 +1,9 @@ # action.yml name: 'Coding Standard for Magento 2' description: 'Github Action for magento 2' -inputs: - error-severity: # id of input - description: 'Error severity' - required: false - default: 10 outputs: time: # id of output description: 'The test result' runs: using: 'docker' image: 'Dockerfile' - args: - - ${{ inputs.error-severity }}