Fix build crashing when certain files unchanged

pull/392/head
Josh Moore 3 years ago committed by GitHub
parent 14196467e0
commit 4f91157c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ jobs:
git add README.md
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -m "Generated README.md"
git commit --allow-empty -m "Generated README.md"
- name: Push
uses: ad-m/github-push-action@master
with:

Loading…
Cancel
Save