Topics:
1. What is GitHub Actions
2. How to use - Step by Step DEMO
3. A demo workflow file - how to create, run and check results
4. Terms : Workflows, Events, Jobs, Steps
00:00 Intro
01:26 What are GitHub Actions
05:42 Demo
07:06 Create a new repository
09:18 Create workflow yaml file
15:28 Check results
19:48 Terms in GitHub Actions
*GitHub Actions*
Feature in GitHub to create custom Automated Workflows
- automate SDLC workflows
- implement CI CD DevOps
DEMO
Step 1 - Signup and Login to GitHub.com
Step 2 - Create a new Repository
Step 3 - In the repo create a folder .github/workflows
Step 4 - In the folder create a YAML file with .yml extension
Step 5 - Add the content of the workflow in the file
Step 6 - Commit and push the changes
Step 7 - Goto Repo main page and click “Actions” tab
Step 8 - Select the workflow from left sidebar and check the logs and results
Terms:
WORKFLOW : collection of jobs, defined in a YAML file
name:
EVENTS : any activity in the repo that can trigger a workflow
on:
JOBS : collection of steps
jobs:
STEPS : actions to be taken, commands, scripts
steps:
Chain Jobs - :needs
#GitHubActions #Demo #CI_CD
▬▬▬▬▬▬
Share with all who may need this
If my work has helped you, consider helping any animal near you, in any way you can
Never Stop Learning
Raghav Pal
▬▬▬▬ USEFUL LINKS ▬▬▬▬
âś… CI | CD | DEVOPS
âś… WEB TESTING
âś… API TESTING
âś… MOBILE TESTING
âś… PERFORMANCE TESTING
âś… SOURCE CODE MANAGEMENT
âś… IDE
âś… PROGRAMMING
âś… BUILD TOOLS
âś… CLOUD SERVICES
âś… PROJECT MANAGEMENT
âś… DATA FORMATS
âś… OTHERS
🙌 Connect with Raghav:
—