From the course: Learning GitHub Actions
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Use an action from the Marketplace - GitHub Tutorial
From the course: Learning GitHub Actions
Use an action from the Marketplace
- [Instructor] To quote a description from GitHub, the marketplace contains tools that add functionality and improve your workflow. In our case, this is literally true because the marketplace has actions we can add to actual workflows. Let's take a look at how we can find an action in the marketplace and add it to a new workflow in a repository. I'm working in a new repository with a Python script. Along with that, I have the beginnings of a workflow. I'll open the workflow by clicking the workflows directory, and then clicking the workflow file to open it. Now I'll click the pencil icon to edit it. This opens up the workflow in the GitHub web editor. From the web editor, we get easy access to the marketplace. On the right, there's a list of featured actions ready to be inserted into our workflow. These featured actions may be different on your screen and may also change from time to time. I guess that's GitHub keeping things…
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)
Use an action from the Marketplace4m 6s
-
(Locked)
Use an action from a repository2m 25s
-
(Locked)
Passing arguments to an action4m 6s
-
(Locked)
Using environment variables5m 10s
-
(Locked)
Using secrets4m 1s
-
(Locked)
Using artifacts4m 7s
-
(Locked)
Manage pull requests3m 30s
-
(Locked)
Challenge: Develop a workflow that creates an artifact57s
-
(Locked)
Solution: Develop a workflow that creates an artifact8m 6s
-
(Locked)
-
-
-