This repository contains the core web application files and configuration you'll need to follow along in the Pluralsight course, GitHub Actions: The Big Picture.
To follow along with the step-by-step instructions in the Essentials module, you will need to create a copy of this repository by doing the following:
- Click Use this template above the file list and select Create a new repository.
- Use the Owner dropdown menu to select the account you want to own the repository.
- Name your repository something fun and add a simple description to make it easier to identify later.
- Set the default visibility for the repo to public, as private repositories use Actions minutes, while public repositories can use GitHub-hosted runners for free.
Click Create repository from template and we’re ready to build our first Actions workflow!