mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
ci(autoblack): Input 'black_args' has been deprecated with message: Input is deprecated. Use and instead.
This commit is contained in:
parent
f1010fb8a3
commit
ad5ac35594
1 changed files with 1 additions and 1 deletions
2
.github/workflows/autoblack.yml
vendored
2
.github/workflows/autoblack.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
uses: psf/black@stable
|
uses: psf/black@stable
|
||||||
id: black
|
id: black
|
||||||
with:
|
with:
|
||||||
black_args: "."
|
options: "."
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: steps.black.outputs.is_formatted == 'true'
|
if: steps.black.outputs.is_formatted == 'true'
|
||||||
|
|
Loading…
Add table
Reference in a new issue