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 }}