Skip to content

Commit ed38769

Browse files
authored
Use clearer variable name
1 parent b0936d3 commit ed38769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/start-exercise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

markdown-templates/readme/exercise-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)