Build and Trigger Our First GitHub Action

Learn how to build a GitHub Action by creating a workflow.

Now that we have a general understanding of what the components of an action are let's build one and explore how the components are structured and interact.

Creating and cloning a GitHub repository

If this is our first time creating and cloning a repository, we may find the following links useful:

When creating the repository, we normally add README.md, .gitignore, and an Massachusetts Institute of Technology (MIT) license file. For the sake of this demo, we won't include these in the new repositories we create. Use these commands to clone the repository:

Get hands-on with 1200+ tech skills courses.