Update description for GitHub Action options:
argument (GH-2858)
It was missing --diff as one of the default arguments passed.
This commit is contained in:
parent
fb9fe6b565
commit
111880efc7
@ -5,7 +5,7 @@ inputs:
|
||||
options:
|
||||
description:
|
||||
"Options passed to Black. Use `black --help` to see available options. Default:
|
||||
'--check'"
|
||||
'--check --diff'"
|
||||
required: false
|
||||
default: "--check --diff"
|
||||
src:
|
||||
|
Loading…
Reference in New Issue
Block a user