diff --git a/.github/workflows/07b-vars.yml b/.github/workflows/07b-vars.yml index 22b459d..36a17f9 100644 --- a/.github/workflows/07b-vars.yml +++ b/.github/workflows/07b-vars.yml @@ -1,3 +1,5 @@ +name: 07b Vars + on: workflow_dispatch: env: diff --git a/slides/Slides.md b/slides/Slides.md index d1baa56..8b1a548 100644 --- a/slides/Slides.md +++ b/slides/Slides.md @@ -136,13 +136,6 @@ linkStyle 4 color:gree; - Jobs contain steps - Steps are commands or actions -
-flowchart LR - Event --> Job --> Step1[Step] --> Action1[Action] - Job --> Shell1[Shell Command] - Job --> Step2[Step] --> Action2[Action] -
- --- ![bg right:60% w:750](./img/job-runner.drawio.png)