From the course: Learning GitHub Actions
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Solution: Develop a complex workflow - GitHub Tutorial
From the course: Learning GitHub Actions
Solution: Develop a complex workflow
(upbeat music) - [Instructor] Let's start our solution to this challenge by creating a new repository. I'm already logged in to my GitHub account, so I can browse to github.com/new and that will start the repository creation process. First of all, we need to enter a repository name, I'll call this one complex workflow. And then also add a description, I'll just say, this is a complex workflow. And I'll leave it as a public repository. I will click at a read me file and then I'll click create repository. Once the repository is created, we need to add our workflow file, and I can start that process by clicking add a file, create new file. Now, we know that workflow files need to be located in a specific place in our repository, and that is within the .GitHub/workflows directory. And we can create that path here by entering those directory names. There's .GitHub, I hit a slash and enter workflows, another slash, and now…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
(Locked)
Create a workflow3m 11s
-
(Locked)
Add jobs and steps to a workflow2m 36s
-
(Locked)
Add actions to a workflow4m 27s
-
(Locked)
Run a workflow2m 31s
-
(Locked)
Add dependencies between actions1m 50s
-
(Locked)
Add conditions to a workflow2m 40s
-
(Locked)
Workflow and action limitations1m 27s
-
(Locked)
Challenge: Develop a complex workflow1m 2s
-
(Locked)
Solution: Develop a complex workflow6m 18s
-
(Locked)
-
-
-
-