diff --git a/action.yml b/action.yml index 3a8e1ce..3bdc97c 100755 --- a/action.yml +++ b/action.yml @@ -8,9 +8,9 @@ inputs: description: 'Path to config file' required: false output-file: - description: 'Filename to store output. Default "output/kubelinter.log"' + description: 'Filename to store output. Default "kubelinter.log"' required: false - default: 'output/kubelinter.log' + default: 'kubelinter.log' runs: using: "composite" steps: