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

Commit

Permalink
merge master into rename-responses
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorsector committed Jul 29, 2020
2 parents efa8eec + e6fa732 commit 88458bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ steps:
method: repos.getPages
owner: '%payload.repository.owner.login%'
repo: '%payload.repository.name%'
store:
pagesUrl: '{{ result.data.html_url }}'
action_id: pagesUrl
- type: respond
issue: Getting Started with GitHub
with: 02_close-issue.md
data:
pagesUrl: '%actions.pagesUrl.data.html_url%'

# 3
- title: Close an issue
Expand Down
2 changes: 1 addition & 1 deletion responses/02_close-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

You turned on GitHub Pages!

Your site is now visible to the public. Check it out at {{ pagesUrl }}.
Your site is now visible to the public. Check it out at {{ store.pagesUrl }}.

Now that you’ve completed the tasks in this issue, it's time to close it! Closing an issue tells other contributors that this particular conversation or task has come to an end.

Expand Down
2 changes: 1 addition & 1 deletion responses/08_reminder-delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Congratulations @{{ user.username }}, you've completed this course!

## What went well

Now, you have your slide deck deployed [here](https://{{ user.username }}.github.io/{{ repo }}) and you've gone through the GitHub Flow.
Now, you have your slide deck deployed [here]({{ store.pagesUrl }}) and you've gone through the GitHub Flow.

Before I say good-bye, here's a recap of all the tasks you've accomplished in your repository:

Expand Down

0 comments on commit 88458bf

Please sign in to comment.