diff --git a/.github/workflows/autoblack.yml b/.github/workflows/autoblack.yml index cfcae9cea1..e22a00a81e 100644 --- a/.github/workflows/autoblack.yml +++ b/.github/workflows/autoblack.yml @@ -21,6 +21,6 @@ jobs: options: "." continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v5 - with: - commit-message: ":art: Format Python code with Black" + - uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit-message: ":art: Format Python code with Black"