Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.76 KB

github-actions.md

File metadata and controls

50 lines (39 loc) · 1.76 KB
title date category image tags authors mainpage draft
Github Actions
2021-08-06 05:17:58 +0530
devops
images/ACTIONS.jpg
github
actions
automate
hackedak
false
false

Github actions is a service by github which helps you in customising and automating software development workflows. It helps you to orchestrate any workflows through events. Github also supports CI/CD. All these functionalities can be configured in the project repository itself.

Prerequisites 🚧

  • Git/ Github
  • YAML(optional)
  • Some Programming experience

Topics to learn 🚀

  • CI/CD (just basic 10-15 video is enough)

  • Components of Github Actions

    • Workflows
    • Events
    • Jobs
    • Steps
    • Actions
    • Runners

Documentation ✔️

Blogs 📖

Youtube 🚀