Skip to content

Commit

Permalink
input removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Shikha Mishra authored Jul 3, 2021
1 parent 4ecfbfc commit c1b389b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit c1b389b

Please sign in to comment.