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

Commit

Permalink
Prefer {{ repoUrl }}
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEtco authored Nov 2, 2018
1 parent 543653a commit 77cf356
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 77cf356

Please sign in to comment.