Update compile_mermaid.yml (#65)

This commit is contained in:
Nat Hillard 2021-05-19 18:41:48 -04:00 committed by GitHub
commit 6045f32157
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,8 +42,8 @@ jobs:
run: | run: |
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 add . git add -A
git commit -m "Add changes" -a git diff-index --quiet HEAD || git commit -a -m 'Updating Diagram'
- name: Push Changes - name: Push Changes
uses: ad-m/github-push-action@master uses: ad-m/github-push-action@master