From the course: Learning GitHub Actions
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Add a README file - GitHub Tutorial
From the course: Learning GitHub Actions
Add a README file
- [Instructor] So far, we've put a lot into this custom action. We came up with an objective, made a Docker file and then coded and tested the entry point script with logic and commands that complete the action. We've also added essential metadata so our action can run in workflows. The last thing we need is a README file. Now, I have to be clear. A README file is not a requirement for an action to work. After all, the action will work perfectly fine without one. However, a README file is required if we want to share an action in the GitHub Marketplace. In addition, a descriptive and well-written README is strongly encouraged for explaining what your action does, how someone can use it and perhaps, even why they should use it in the first place. There are a few things we want to include in our README file, a headline with a brief description that clearly explains the action and the benefits of using it, specifics on any…
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)
Plan a custom action4m 28s
-
(Locked)
Your custom action objective1m 7s
-
(Locked)
Dockerfile review4m 58s
-
(Locked)
Add a Dockerfile2m 20s
-
(Locked)
Add an entry-point script2m 30s
-
(Locked)
Use runtime environment resources4m 11s
-
(Locked)
Test an action locally3m 52s
-
(Locked)
Complete the entry-point script2m 2s
-
(Locked)
Add a metadata file2m 48s
-
(Locked)
Add a README file1m 48s
-
(Locked)
Deploy a custom action2m 22s
-
(Locked)
Publish an action to the Marketplace4m 16s
-
(Locked)
Challenge: Create a custom action1m
-
(Locked)
Solution: Create a custom action7m 47s
-
(Locked)
-