1
0
mirror of https://github.com/tycrek/degoogle.git synced 2025-09-09 05:50:44 +02:00

Fix build crashing when certain files unchanged

This commit is contained in:
Josh Moore
2021-08-07 17:06:49 -07:00
committed by GitHub
parent 14196467e0
commit 4f91157c15

View File

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