Browse Source

[gh actions][xs]: allow empty commits so that builds don't fail when there is no update.

master
anuveyatsu 4 years ago
parent
commit
26567f9e71
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/actions.yml

+ 1
- 1
.github/workflows/actions.yml View File

@ -19,7 +19,7 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -m "Daily auto-update of the data" -a
git commit --allow-empty -m "Daily auto-update of the data" -a
- name: Push changes
uses: ad-m/github-push-action@master
with:


Loading…
Cancel
Save