File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
markdown-templates/readme Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ jobs:
117117 template-vars : |
118118 title=${{ inputs.exercise-title }}
119119 login=${{ github.actor }}
120+ link_to_exercise=${{ steps.create_exercise.outputs.ISSUE_URL }}
120121
121122 - name : Overwrite README
122123 env :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This is your personal copy of the **{{ title }}** exercise.
88
99** Ready to get started?**
1010
11- [ ![ ] ( https://img.shields.io/badge/Go%20to%20Exercise-%E2%86%92-brightgreen?style=for-the-badge&logo=github )] ( google.com )
11+ [ ![ ] ( https://img.shields.io/badge/Go%20to%20Exercise-%E2%86%92-brightgreen?style=for-the-badge&logo=github )] (/{{ link_to_exercise }} )
1212
1313_ You can come back to the exercise at any point in time if you decide to do it in parts!_
1414
You can’t perform that action at this time.
0 commit comments