mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
autoblack: Uuuuh PR creation isnt triggered if black returns an error code ?
This commit is contained in:
parent
a94a089204
commit
76042e7b70
1 changed files with 1 additions and 0 deletions
1
.github/workflows/autoblack.yml
vendored
1
.github/workflows/autoblack.yml
vendored
|
@ -11,6 +11,7 @@ jobs:
|
|||
id: action_black
|
||||
with:
|
||||
black_args: "."
|
||||
continue-on-error: true
|
||||
- name: Create Pull Request
|
||||
if: steps.action_black.outputs.is_formatted == 'true'
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue