Github Actions Series Overview - First Action| DevOps #1

Опубликовано: 02 Март 2026
на канале: Next Mastery
95
4

language: urdu,hindi
This video is about the overview of the github actions with simple project!
Topic that covered in this video are following
What is github actions?
What is CI/CD?
What is Workflows
What is Events
What is Runner
What is Jobs

source yml file
name: My First Workflow
on: workflow_dispatch
jobs:
my-first-job:
runs-on: ubuntu-latest
steps:
name: Print My First Code
run: echo "Hello World!!"
name: Print Close My Code
run: echo "Code Close - bye!!"

GitHub Actions Playlist
   • Github Actions Series Overview - First Act...  

GitHub actions is the devops tool
https://docs.github.com/en/actions

git depth video
   • Git & Github Tutorial | Crash Course #1 | ...  
GitHub video
   • Git & Github Tutorial | Crash Course #2 | ...  
.gitgnore depth
   • Github Tutorial .gitignore | Crash Course ...  
GitHub collaborate
   • Github Tutorial Collaborate & Issues | Cra...  
GitHub fork
   • Github Tutorial Fork | Crash Course #5 | U...  

like and subscribe