diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 329904e..787fb26 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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: