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

Commit 947f38b

Browse files
committed
remove old action_id references, store works here
1 parent a34153e commit 947f38b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

config.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ before:
1919
columns:
2020
- Triage Backlog
2121
- Triage Complete
22-
store:
23-
projectUrl: '{{ result.data.html_url }}'
22+
store:
23+
projectUrl: "{{ result.data.html_url }}"
2424
- type: createIssue
2525
title: Start here!
2626
body: 00_welcome-issue.md
@@ -142,22 +142,17 @@ steps:
142142
method: projects.listForRepo
143143
owner: "%payload.repository.owner.login%"
144144
repo: "%payload.repository.name%"
145-
action_id: projectBoard
146145
store:
147146
boardID: "%result.data.0.id%"
148-
149147
- type: octokit
150148
method: projects.listColumns
151-
# project_id: "%actions.projectBoard.data.0.id%"
152149
project_id: "%registration.store.boardID%"
153-
action_id: listColumns
154150
store:
155151
columnID: "%result.data.0.id%"
156152
- type: respond
157153
with: 03_add-to-projects.md
158154
issue: "%registration.store.secondIssueNumber%"
159155
data:
160-
# columnID: "%actions.listColumns.data.0.id%"
161156
columnID: "%registration.store.columnID%"
162157
quicklink: "%payload.repository.html_url%/edit/master/.github/workflows/my-workflow.yml"
163158
# new pull request

0 commit comments

Comments
 (0)