Fixed typo in sequence diagram

This commit is contained in:
Konstantin Podsvirov 2021-02-03 21:39:09 +03:00
parent bd3d4d38c4
commit c0ece6b0ee
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ sequenceDiagram
participant REPO as Pacman Repo participant REPO as Pacman Repo
GIT->>GHA: GIT push trigger GIT->>GHA: GIT push trigger
GHA->>GHA: parse PKBUILDs GHA->>GHA: parse PKGBUILDs
GHA-->>GIT: upload parsed PKGBUILDs GHA-->>GIT: upload parsed PKGBUILDs
loop Every 5 minutes loop Every 5 minutes
@ -40,4 +40,4 @@ end
{ {
"theme": "forest" "theme": "forest"
} }
``` ```

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB