Does not fail when there is nothing to commit.

This commit is contained in:
pierreozoux 2020-08-28 15:43:33 +02:00 committed by Pierre Ozoux
parent 5f3072ea80
commit bda13d3ef3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
git config --local user.email "workflow@github.com"
git config --local user.name "GitHub Workflow"
git add ./*
git commit -m "Runs update.sh"
git commit -m "Runs update.sh" || echo "Nothing to update"
- name: Push changes
uses: ad-m/github-push-action@master
with: