This repository has a series of workflows designed to introduce different features of GitHub Actions.
- General Documentation - https://docs.github.com/en/actions
- Syntax - https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
- Environment Variables - https://docs.github.com/en/actions/learn-github-actions/environment-variables
- Contexts - https://docs.github.com/en/actions/learn-github-actions/contexts
- Expressions - https://docs.github.com/en/actions/learn-github-actions/expressions
- Reusable Workflows - https://docs.github.com/en/actions/using-workflows/reusing-workflows
- Advanced Features - https://docs.github.com/en/actions/using-workflows/advanced-workflow-features
- Basic Workflow
- Workflow Inputs
- Jobs and Chaining
- Matrix Strategy
- Contexts
- Custom Action
- Environments
- Reusable Workflows
- Reusable workflow with Inputs
- Job Summaries
- Handing Failures with Conditionals
- Dynamic Matrix