Fix build crashing when certain files unchanged
This commit is contained in:
parent
14196467e0
commit
4f91157c15
|
@ -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:
|
||||||
|
@ -37,4 +37,4 @@ jobs:
|
||||||
REDDIT_USER: ${{ secrets.REDDIT_USER}}
|
REDDIT_USER: ${{ secrets.REDDIT_USER}}
|
||||||
REDDIT_PASS: ${{ secrets.REDDIT_PASS}}
|
REDDIT_PASS: ${{ secrets.REDDIT_PASS}}
|
||||||
REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID}}
|
REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID}}
|
||||||
REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET}}
|
REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET}}
|
||||||
|
|
Loading…
Reference in New Issue