GitHub Actions Getting Started Assignment
This is an individual assignment. Each person must do their own work!
- In the organization, create a new repository titled
actions-yourname
.
- Clone the empty repository to your computer. You’ll get a notice that the repo is empty - this is OK, because it still will create the Git file structures on your computer
- Add a simple
README.md
file containing your name as text.
- Follow the GitHub Actions Quickstart on Microsoft’s website. The guide will walk you through how to create an Actions script, run it and view the results on GitHub.
- To complete the assignment, change the Actions script so that another command is added that prints your name into the output of the Actions repo.
- Let your action run and take a screenshot of your action running, including the step that prints your name.
- Submit the screenshot to D2L. I will also be able to see your repository in the organization!