Update push.yml

This commit is contained in:
Oskar 2021-08-17 23:31:19 +02:00 committed by GitHub
parent 4afe7bcc5a
commit 6faee132ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ jobs:
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -m "go mod tidy" -a
git add -A
git diff-index --quiet HEAD || git commit -m "go mod tidy"
- name: Push changes
uses: ad-m/github-push-action@master