mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-31 03:41:08 +01:00
Merge pull request #71 from DracoBlue/patch-2
Make output-file by default to /dev/stdout
This commit is contained in:
commit
0ef98d9a5c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ inputs:
|
|||
output-file:
|
||||
required: false
|
||||
description: 'The path where to save the linting results to'
|
||||
default:
|
||||
default: "/dev/stdout"
|
||||
|
||||
# standart hadolint options:
|
||||
no-color:
|
||||
|
|
Loading…
Add table
Reference in a new issue