mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-27 23:21:39 -07:00
Update compile_mermaid.yml (#65)
This commit is contained in:
parent
cb99b509de
commit
6045f32157
1 changed files with 2 additions and 2 deletions
4
.github/workflows/compile_mermaid.yml
vendored
4
.github/workflows/compile_mermaid.yml
vendored
|
@ -42,8 +42,8 @@ jobs:
|
|||
run: |
|
||||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
git add .
|
||||
git commit -m "Add changes" -a
|
||||
git add -A
|
||||
git diff-index --quiet HEAD || git commit -a -m 'Updating Diagram'
|
||||
|
||||
- name: Push Changes
|
||||
uses: ad-m/github-push-action@master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue