File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,20 @@ Welcome to the DevantlerTech GitHub Actions repository! This repository contains
88The below diagram illustrates the relationship between GitHub Workflows and GitHub Actions.
99
1010``` mermaid
11- graph TD
11+ ---
12+ title: GitHub Actions Relationship Diagram
13+ ---
14+ flowchart TD
1215 A[Workflows] --> B[Jobs]
13- B --> C[Reusable Workflows]
16+ B --> C( [Reusable Workflows])
1417 B --> D[Steps]
1518 C --> D
16- D --> E[GitHub Actions]
17- E -.- F[***Composite Actions***]
18- E -.- G[JavaScript Actions]
19- E -.- H[Docker Container Actions]
19+ C --> B
20+ D --> E[Actions]
21+ E -.- F([***Composite Actions***])
22+ F --> D
23+ E -.- G([JavaScript Actions])
24+ E -.- H([Docker Container Actions])
2025```
2126
2227## Composite Actions
You can’t perform that action at this time.
0 commit comments