File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
markdown-templates/readme Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 template-vars : |
118118 title=${{ inputs.exercise-title }}
119119 login=${{ github.actor }}
120- link_to_exercise =${{ needs.create_exercise.outputs.issue-url }}
120+ issue_url =${{ needs.create_exercise.outputs.issue-url }}
121121
122122 - name : Overwrite README
123123 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 )] ({{{ link_to_exercise }}})
11+ [ ![ ] ( https://img.shields.io/badge/Go%20to%20Exercise-%E2%86%92-brightgreen?style=for-the-badge&logo=github )] ({{{ issue_url }}})
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