This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,18 +141,22 @@ steps:
141141 owner : " %payload.repository.owner.login%"
142142 repo : " %payload.repository.name%"
143143 action_id : projectBoard
144+ store :
145+ boardID : " %result.data.0.id%"
144146
145147 - type : octokit
146148 method : projects.listColumns
147- project_id : " %actions.projectBoard.data.0.id%"
149+ # project_id: "%actions.projectBoard.data.0.id%"
150+ project_id : " %registration.store.boardID%"
148151 action_id : listColumns
149152 store :
150- listColumns : " %result.data.0.id"
153+ columnID : " %result.data.0.id% "
151154 - type : respond
152155 with : 03_add-to-projects.md
153156 issue : " %registration.store.secondIssueNumber%"
154157 data :
155- columnID : " %actions.listColumns.data.0.id%"
158+ # columnID: "%actions.listColumns.data.0.id%"
159+ columnID : " %registration.store.columnID%"
156160 quicklink : " %payload.repository.html_url%/edit/master/.github/workflows/my-workflow.yml"
157161 # new pull request
158162 - title : Modify your workflow file
You can’t perform that action at this time.
0 commit comments