From 26567f9e71323968943815dce55326c9ea9be94c Mon Sep 17 00:00:00 2001 From: anuveyatsu Date: Tue, 24 Mar 2020 19:54:09 +0600 Subject: [PATCH] [gh actions][xs]: allow empty commits so that builds don't fail when there is no update. --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: