githubtraining / using-github-actions-for-ci

Course repository for "GitHub Actions: Continuous Integration"
https://lab.github.com/githubtraining/github-actions:-continuous-integration
Creative Commons Attribution 4.0 International
3 stars 16 forks source link

Use `store` to track step links #40

Closed JasonEtco closed 4 years ago

JasonEtco commented 4 years ago

This PR makes a couple of adjustments to use the store property for step links. Rather than hard-coding URLs for pull requests or issues, we can store them when we create those resources, then use the stored links. We can use store more than I do in this PR (like directly in response files), but this is a quick win to help make the links more consistent.

github-learning-lab[bot] commented 4 years ago

Your draft course version was created!


You can edit it using the Course Builder UI!

github-learning-lab[bot] commented 4 years ago
This pull request will create a new major version of your course; changes to the title and other metadata will only apply to the course once the pull request is merged!