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

Commit 9562f72

Browse files
Cynthia RichCynthia Rich
authored andcommitted
don't use tree in store and just pass data
1 parent 28fcbd9 commit 9562f72

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

config.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,10 @@ steps:
5454
link: '{{ store.third_issue_url }}'
5555
actions:
5656
- type: getTree
57-
store:
58-
repo_tree: '{{ tree }}'
57+
action_id: tree
5958
- type: gate
6059
required: false
61-
left: '{{ store.repo_tree }}'
60+
left: '{{ actions.tree.data.tree }}'
6261
operator: includes
6362
right: path:.gitignore
6463
else:
@@ -70,9 +69,8 @@ steps:
7069
body: 03_confirm-visibility.md
7170
store:
7271
fourth_issue_url: '{{ results.data.html_url }}'
73-
repo_visibility: '{{ payload.repository.private }}'
7472
data:
75-
private: '{{ store.repo_visibility }}'
73+
private: '{{ payload.repository.private }}'
7674
- type: closeIssue
7775
issue: Uploading your project
7876
- type: respond

0 commit comments

Comments
 (0)