Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit b6dd76c

Browse files
authored
Perfer {{ repoUrl }}
1 parent 27a40c3 commit b6dd76c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
- title: Plan the migration
1313
description: Explore your options for making the move to GitHub
1414
event: issues.closed
15-
link: https://github.com/{{ user.username }}/{{ course.template.name }}/issues/1
15+
link: '{{ repoUrl }}/issues/1'
1616
actions:
1717
- type: createIssue
1818
action_id: new_issue
@@ -26,7 +26,7 @@ steps:
2626
- title: Prepare the project
2727
description: Get your project ready to be moved to GitHub
2828
event: issues.closed
29-
link: https://github.com/{{ user.username }}/{{ course.template.name }}/issues
29+
link: '{{ repoUrl }}/issues'
3030
actions:
3131
- type: createIssue
3232
action_id: new_issue
@@ -42,7 +42,7 @@ steps:
4242
- title: Public or private repository?
4343
description: Understand the difference between a public and private repository
4444
event: issues.closed
45-
link: https://github.com/{{ user.username }}/{{ course.template.name }}/issues
45+
link: '{{ repoUrl }}/issues'
4646
actions:
4747
- type: createIssue
4848
title: Importing your project
@@ -58,7 +58,7 @@ steps:
5858
- title: Complete the Import
5959
description: Publish your project on GitHub
6060
event: push
61-
link: https://github.com/{{ user.username }}/{{ course.template.name }}/issues
61+
link: '{{ repoUrl }}/issues'
6262
actions:
6363
- type: closeIssue
6464
issue: Importing your project

0 commit comments

Comments
 (0)