mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-09-03 22:29:22 +00:00
Merge pull request #71 from DracoBlue/patch-2
Make output-file by default to /dev/stdout
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ inputs:
|
|||||||
output-file:
|
output-file:
|
||||||
required: false
|
required: false
|
||||||
description: 'The path where to save the linting results to'
|
description: 'The path where to save the linting results to'
|
||||||
default:
|
default: "/dev/stdout"
|
||||||
|
|
||||||
# standart hadolint options:
|
# standart hadolint options:
|
||||||
no-color:
|
no-color:
|
||||||
|
|||||||
Reference in New Issue
Block a user