Github Ation
- is a CI/CD platform that allows your automate your build, test, deployment pipline.
- beyond just DevOps and lets you run workflows when other events happen in your repository.
- is a configurable automated process that will run one or more jobs.
- is a specific activity in a repository that triggers a workflow run.
- is a set of step in a workflow that executed on the same runner.
- each step is a shell script that will be executed.
- is a custom application for the Github Actions Platform that perform a complex but frequently repeated task.
- is a server that run your workflow when they triggered.