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

Commit 2e6a793

Browse files
committed
fix some typos
1 parent 9562f72 commit 2e6a793

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ steps:
4141
title: Uploading your project
4242
body: 02_move-local.md
4343
store:
44-
third_issue_url: '{{ results.data.html_url }}'
44+
third_issue_url: '{{ result.data.html_url }}'
4545
- type: respond
4646
with: 01_next.md
4747
data:
@@ -68,7 +68,7 @@ steps:
6868
title: Public or private repository?
6969
body: 03_confirm-visibility.md
7070
store:
71-
fourth_issue_url: '{{ results.data.html_url }}'
71+
fourth_issue_url: '{{ result.data.html_url }}'
7272
data:
7373
private: '{{ payload.repository.private }}'
7474
- type: closeIssue
@@ -88,7 +88,7 @@ steps:
8888
title: A few parting words
8989
body: 04_graceful-exit.md
9090
store:
91-
fifth_issue_url: '{{ results.data.html_url }}'
91+
fifth_issue_url: '{{ result.data.html_url }}'
9292
- type: respond
9393
with: 01_next.md
9494
data:

0 commit comments

Comments
 (0)