updated workflow

هذا الالتزام موجود في:
Chris Ayers
2023-04-25 23:39:44 +00:00
الأصل 09cb5905ec
التزام 7a2e95c296
2 ملفات معدلة مع 2 إضافات و7 حذوفات

عرض الملف

@@ -1,3 +1,5 @@
name: 07b Vars
on: on:
workflow_dispatch: workflow_dispatch:
env: env:

عرض الملف

@@ -136,13 +136,6 @@ linkStyle 4 color:gree;
- Jobs contain steps - Jobs contain steps
- Steps are commands or actions - Steps are commands or actions
<div class="mermaid">
flowchart LR
Event --> Job --> Step1[Step] --> Action1[Action]
Job --> Shell1[Shell Command]
Job --> Step2[Step] --> Action2[Action]
</div>
--- ---
![bg right:60% w:750](./img/job-runner.drawio.png) ![bg right:60% w:750](./img/job-runner.drawio.png)