mun9769 / github-action-course

0 stars 0 forks source link

mermaid #1

Open mun9769 opened 8 months ago

mun9769 commented 8 months ago
graph LR

subgraph workflow
githubAction --> j0a
    subgraph job0
        j0a(Step0)
        j0b(Step1)
        j0c(Step2)
        j0d(Step3)
    end

    subgraph job1
        j1a(Step0)
        j1b(Step1)
        j1c(Step2)
    end
end
github-actions[bot] commented 8 months ago

Thank you for opening this issue!