Commit manually in workflow [ci skip]

This commit is contained in:
Ines Montani 2021-07-02 17:27:48 +10:00
parent 2a5cbf1b0c
commit 8961f36415
1 changed files with 2 additions and 2 deletions

View File

@ -22,13 +22,13 @@ jobs:
run: |
black spacy
git status
git add -A
git commit -am "Auto-format code with black"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
title: Auto-format code with black
labels: meta
commit-message: Auto-format code with black
committer: GitHub <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
body: _This PR is auto-generated._
draft: false