Use 'args' to Avoid GH workflow warning (#1990)

Unexpected input(s) 'black_args', valid inputs are ['entryPoint', 'args']
This commit is contained in:
Romain Rigaux 2021-02-16 13:10:23 -08:00 committed by GitHub
parent 71bbb678b9
commit 97b8496d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -419,7 +419,7 @@ jobs:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
- uses: psf/black@stable - uses: psf/black@stable
with: with:
black_args: ". --check" args: ". --check"
``` ```
### Inputs ### Inputs