diff --git a/config.yml b/config.yml index 8a09685..842a9ff 100644 --- a/config.yml +++ b/config.yml @@ -12,7 +12,7 @@ steps: - title: Plan the upload description: Explore your options for making the move to GitHub event: issues.closed - link: https://github.com/{{ user.username }}/{{ course.template.name }}/issues/1 + link: '{{ repoUrl }}/issues/1' actions: - type: createIssue action_id: new_issue @@ -26,7 +26,7 @@ steps: - title: Prepare the project description: Prepare your project for a happy life on GitHub event: issues.closed - link: https://github.com/{{ user.username }}/{{ course.template.name }}/issues + link: '{{ repoUrl }}/issues' actions: - type: createIssue title: Uploading your project @@ -40,7 +40,7 @@ steps: - title: Begin the upload description: Publish your project on GitHub event: push - link: https://github.com/{{ user.username }}/{{ course.template.name }}/issues + link: '{{ repoUrl }}/issues' actions: - type: getTree action_id: tree @@ -70,7 +70,7 @@ steps: - title: Public or private repository? description: Understand the difference between a public and private repository event: issues.closed - link: https://github.com/{{ user.username }}/{{ course.template.name }}/issues + link: '{{ repoUrl }}/issues' actions: - type: createIssue action_id: new_issue