Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.23 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.23 KB

GitHub: Intro to Actions

Demo 7 - Environments

Overview

This repository has a series of workflows designed to introduce different features of GitHub Actions.

Useful Links

Demos

  1. Basic Workflow
  2. Workflow Inputs
  3. Jobs and Chaining
  4. Matrix Strategy
  5. Contexts
  6. Custom Action
  7. Environments
  8. Reusable Workflows
  9. Reusable workflow with Inputs
  10. Job Summaries
  11. Handing Failures with Conditionals
  12. Dynamic Matrix