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

Commit b3cbddf

Browse files
committed
reference the store to retrieve it
1 parent 8448135 commit b3cbddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ steps:
3838
body: 01_find-vulnerabilities.md
3939
action_id: firstIssue
4040
- type: closeIssue
41-
issue: '{{ welcomeIssueNumber }}'
41+
issue: '{{ store.welcomeIssueNumber }}'
4242
- type: octokit
4343
method: repos.getPages
4444
owner: '%payload.repository.owner.login%'

0 commit comments

Comments
 (0)