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

Commit

Permalink
Merge pull request #14 from githubtraining/fix-issue-close
Browse files Browse the repository at this point in the history
Replace issue search with store
  • Loading branch information
hectorsector authored Jul 9, 2020
2 parents de25e2e + b3cbddf commit e78fe3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ before:
body: 00_introduction-issue.md
data:
private: '%actions.gotten_repo.data.private%'
store:
welcomeIssueNumber: '{{ result.data.number }}'

steps:

Expand All @@ -36,7 +38,7 @@ steps:
body: 01_find-vulnerabilities.md
action_id: firstIssue
- type: closeIssue
issue: Welcome
issue: '{{ store.welcomeIssueNumber }}'
- type: octokit
method: repos.getPages
owner: '%payload.repository.owner.login%'
Expand Down

0 comments on commit e78fe3d

Please sign in to comment.