We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3856e commit 28fcbd9Copy full SHA for 28fcbd9
1 file changed
config.yml
@@ -69,9 +69,10 @@ steps:
69
title: Public or private repository?
70
body: 03_confirm-visibility.md
71
store:
72
- fourth_issue_url: {{ results.data.html_url }}
+ fourth_issue_url: '{{ results.data.html_url }}'
73
+ repo_visibility: '{{ payload.repository.private }}'
74
data:
- private: '%payload.repository.private%'
75
+ private: '{{ store.repo_visibility }}'
76
- type: closeIssue
77
issue: Uploading your project
78
- type: respond
@@ -89,7 +90,7 @@ steps:
89
90
title: A few parting words
91
body: 04_graceful-exit.md
92
- fifth_issue_url: {{ results.data.html_url }}
93
+ fifth_issue_url: '{{ results.data.html_url }}'
94
95
with: 01_next.md
96
0 commit comments