Tuesday 22 October 2024

Create first Github Action

 What is Git hub action?

It use for continues integration and continues deployment,  There are certain criteria it need to full fill and do the quality check before this deployment of code that can be happen by github actions.




Github Action Terminology
Workflow : it  is an Yml file, it contains:
  • Events
  • Job
  • Runners
  • Steps
  • Actions



Github Action Events

  • Events are trigger for workflow, common events like some one pushes the code into the repository.
  • When the events occurs, it will run all the jobs mentioned into the workflow.












No comments:

Post a Comment