File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,15 @@ <h1 id="github-actions--cicd"><strong>GitHub Actions != CI/CD</strong></h1>
7373</ foreignObject > </ svg > < svg data-marpit-svg ="" viewBox ="0 0 1280 720 "> < foreignObject width ="1280 " height ="720 "> < section id ="8 " data-paginate ="true " data-background-color ="#000 " data-color ="#fff " data-footer ="Tehran Lug 2/27/2025 " data-theme ="gaia " lang ="en-US " data-marpit-pagination ="8 " style ="--paginate:true;--background-color:#000;--color:#fff;--footer:Tehran Lug 2/27/2025;--theme:gaia;color:#fff;background-color:#000;background-image:none; " data-marpit-pagination-total ="34 ">
7474< h1 id ="components-of-github-actions "> < strong > Components of GitHub Actions</ strong > </ h1 >
7575< ul >
76- < li > < strong > Workflows</ strong > : Define automation process</ li >
76+ < li > < strong > Workflows</ strong > : Define automation process
77+ < ul >
7778< li > < strong > Events</ strong > : Triggers for workflows (push, pull request, etc.)</ li >
7879< li > < strong > Jobs</ strong > : Tasks running in parallel or sequentially</ li >
7980< li > < strong > Steps</ strong > : Individual commands within a job</ li >
8081< li > < strong > Actions</ strong > : Pre-built or custom scripts</ li >
8182</ ul >
83+ </ li >
84+ </ ul >
8285< footer > Tehran Lug 2/27/2025</ footer >
8386</ section >
8487</ foreignObject > </ svg > < svg data-marpit-svg ="" viewBox ="0 0 1280 720 "> < foreignObject width ="1280 " height ="720 "> < section id ="9 " data-paginate ="true " data-background-color ="#000 " data-color ="#fff " data-footer ="Tehran Lug 2/27/2025 " data-theme ="gaia " lang ="en-US " data-marpit-pagination ="9 " style ="--paginate:true;--background-color:#000;--color:#fff;--footer:Tehran Lug 2/27/2025;--theme:gaia;color:#fff;background-color:#000;background-image:none; " data-marpit-pagination-total ="34 ">
Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ Automate your workflow from idea to production
7474
7575# ** Components of GitHub Actions**
7676- ** Workflows** : Define automation process
77- - ** Events** : Triggers for workflows (push, pull request, etc.)
78- - ** Jobs** : Tasks running in parallel or sequentially
79- - ** Steps** : Individual commands within a job
80- - ** Actions** : Pre-built or custom scripts
77+ - ** Events** : Triggers for workflows (push, pull request, etc.)
78+ - ** Jobs** : Tasks running in parallel or sequentially
79+ - ** Steps** : Individual commands within a job
80+ - ** Actions** : Pre-built or custom scripts
8181
8282---
8383
You can’t perform that action at this time.
0 commit comments