Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMTheilig committed Jan 10, 2024
1 parent 2cabae5 commit c7511a0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 19 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/RenderAllDiagrams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,10 @@ jobs:
# delete-branch: true
# labels: automated pr

- name: Commit rendered files
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_user_name: GitHub Actions Bot
commit_user_email: [email protected]
commit_author: ${{ github.actor }}
commit-message: auto-generated diagrams by GitHub Action after source code change

- name: Commit rendered files
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_user_name: GitHub Actions Bot
commit_user_email: [email protected]
commit_author: ${{ github.actor }}
commit-message: auto-generated diagrams by GitHub Action after source code change
11 changes: 6 additions & 5 deletions .github/workflows/RenderPlantUML.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ jobs:
# git add -A
# git commit -m "Add rendered PlantUML to SVG diagrams" || exit 0
# git push

- name: Commit rendered files
- uses: stefanzweifel/git-auto-commit-action@v5
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_user_name: GitHub Actions Bot
commit_user_email: [email protected]
commit_author: ${{ github.actor }}
commit-message: auto-generated diagrams by GitHub Action after source code change
commit_user_name: GitHub Actions Bot
commit_user_email: [email protected]
commit_author: ${{ github.actor }}
commit-message: auto-generated diagrams by GitHub Action after source code change
4 changes: 1 addition & 3 deletions Material/imgsrc/plantuml/Components_Example.puml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
```plantuml
@startuml
actor client
node app
database db

db -> app
app -> client
@enduml
```
@enduml
4 changes: 1 addition & 3 deletions Material/imgsrc/plantuml/noName_Example.puml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
```plantuml
@startuml nameInSource_Example
actor client
node app
database db

db -> app
app -> client
@enduml
```
@enduml

0 comments on commit c7511a0

Please sign in to comment.