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:
Peter Mescalchin 2022-02-02 14:17:45 +11:00 committed by GitHub
parent fb9fe6b565
commit 111880efc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: