It is a platform to automate Developer Workflows
Actions can be triggered when an Event happens IN or TO our repository
e.g. Pull Requests, Issue Created, Merge into Master Branch
Event: A signal emitted when certain activities are performed
Action: A process/ activity that is performed when event occurs
Workflow: A group of actions that allow us to achieve a specific result
GitHub Actions Documentation - GitHub Docs