We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60db49 commit cbe3ca5Copy full SHA for cbe3ca5
README.md
@@ -21,17 +21,9 @@ graph TD
21
RC -- on commit --> A1 --> RBD
22
RBD -- on commit --> A2 -- on success --> A3 --> GP
23
24
- %% Legend
25
- subgraph Legend
26
- L1([Actor]):::actor
27
- L2[Repository]:::repo
28
- L3((Action)):::action
29
- L4[[Website]]:::web
30
- end
31
-
32
%% Styles
33
classDef actor fill:#1f77b4,color:#fff,stroke:#333,stroke-width:2px
34
classDef repo fill:#444,color:#fff,stroke:#000,stroke-width:2px
35
classDef action fill:#999,color:#fff,stroke:#222,stroke-dasharray: 3 3
36
classDef web fill:#228B22,color:#fff,stroke:#000
37
-```
+```
0 commit comments