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 28fcbd9 commit 9562f72Copy full SHA for 9562f72
1 file changed
config.yml
@@ -54,11 +54,10 @@ steps:
54
link: '{{ store.third_issue_url }}'
55
actions:
56
- type: getTree
57
- store:
58
- repo_tree: '{{ tree }}'
+ action_id: tree
59
- type: gate
60
required: false
61
- left: '{{ store.repo_tree }}'
+ left: '{{ actions.tree.data.tree }}'
62
operator: includes
63
right: path:.gitignore
64
else:
@@ -70,9 +69,8 @@ steps:
70
69
body: 03_confirm-visibility.md
71
store:
72
fourth_issue_url: '{{ results.data.html_url }}'
73
- repo_visibility: '{{ payload.repository.private }}'
74
data:
75
- private: '{{ store.repo_visibility }}'
+ private: '{{ payload.repository.private }}'
76
- type: closeIssue
77
issue: Uploading your project
78
- type: respond
0 commit comments