diff --git a/action.yml b/action.yml index 2ccecc6..a934686 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'action-php-codesniffer' description: 'Runs PHP_CodeSniffer on files changed in current PR or even only on lines by author of PR' author: 'Konstantin Vyatkin ' inputs: - files: + files: description: 'files to check' default: '**.php' required: false @@ -20,11 +20,11 @@ inputs: fail_on_warnings: description: 'Whether action should fail on warnings or not, default to true (fails)' required: false - + runs: - using: 'node12' + using: 'node20' main: 'dist/index.js' - + branding: icon: 'wind' color: 'green'