-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2cabae5
commit c7511a0
Showing
4 changed files
with
15 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |