From the course: Advanced GitHub Actions
What you should know - GitHub Tutorial
From the course: Advanced GitHub Actions
What you should know
- The goal of this course is to introduce you to some of the advanced features of GitHub actions. To get the optimal experience of taking this course there are a few things you should be familiar with before you get started. In addition to using the GitHub web interface you should be familiar with using Git from the command-line specifically you'll need to know how to work with repository branches and push updated code to a repository as a command. If you need more details on working with GitHub you can check out the course Learning Git and GitHub to get up to speed. I'm also going to assume that you're already familiar with GitHub actions. This is an advanced course, so you need to have some experience creating workflows and running actions. I'll be sharing a quick review before we get started, but if you need a refresher on working with GitHub actions you can check out my course Learning GitHub Actions. We'll be working with code so it will help if you're familiar with a scripting, or a programming language, if you've used Java, Python, or Java Script, you should be all set. GitHub actions, workflows, and configurations are coded in YAML so you'll also be seeing quite a bit of that in this course.