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

Commit 28fcbd9

Browse files
Cynthia RichCynthia Rich
authored andcommitted
move one more action
1 parent ae3856e commit 28fcbd9

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,10 @@ steps:
6969
title: Public or private repository?
7070
body: 03_confirm-visibility.md
7171
store:
72-
fourth_issue_url: {{ results.data.html_url }}
72+
fourth_issue_url: '{{ results.data.html_url }}'
73+
repo_visibility: '{{ payload.repository.private }}'
7374
data:
74-
private: '%payload.repository.private%'
75+
private: '{{ store.repo_visibility }}'
7576
- type: closeIssue
7677
issue: Uploading your project
7778
- type: respond
@@ -89,7 +90,7 @@ steps:
8990
title: A few parting words
9091
body: 04_graceful-exit.md
9192
store:
92-
fifth_issue_url: {{ results.data.html_url }}
93+
fifth_issue_url: '{{ results.data.html_url }}'
9394
- type: respond
9495
with: 01_next.md
9596
data:

0 commit comments

Comments
 (0)