Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2021-12-15 01:54:47 -08:00
parent cba4690d88
commit 2235d10966
2 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,7 @@ jobs:
run: echo ::set-output name=modified::$(if git diff-index --ignore-submodules --quiet HEAD --; then echo "false"; else echo "true"; fi)
- name: Commit changes, if any
if: steps.git-check.outputs.modified == 'true'
#if: steps.git-check.outputs.modified == 'true'
run: |
git add .
git config --local user.email "github-actions[bot]@users.noreply.github.com"

2
.gitignore vendored
View File

@ -21,3 +21,5 @@ dmypy.json
/coverage.xml
/.coverage
poetry.lock