This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -141,15 +141,15 @@ steps:
141
141
owner : " %payload.repository.owner.login%"
142
142
repo : " %payload.repository.name%"
143
143
action_id : projectBoard
144
- # - type: octokit
145
- # method: projects.listColumns
146
- # project_id: "%actions.projectBoard.data[0] .id%"
147
- # action_id: listColumns
144
+ - type : octokit
145
+ method : projects.listColumns
146
+ project_id : " %actions.projectBoard.data.0 .id%"
147
+ action_id : listColumns
148
148
- type : respond
149
149
with : 03_add-to-projects.md
150
150
issue : 3
151
151
data :
152
- listProj : " %actions.projectBoard.data.0.id %"
152
+ listProj : " %actions.projectBoard.data%"
153
153
listCol : " %actions.listColumns.data%"
154
- columnID : " %actions.listColumns.data[0] .id%"
154
+ columnID : " %actions.listColumns.data.0 .id%"
155
155
quicklink : " %payload.repository.html_url%/edit/master/.github/workflows/my-workflow.yml%"
Original file line number Diff line number Diff line change 1
1
# let's add a card to a project board
2
2
3
- ## Project board
3
+ <!-- ## Project board
4
4
5
5
{{listProj}}
6
6
7
7
## Column list
8
8
9
- {{listCol}}
9
+ {{listCol}} -->
10
10
11
11
### :keyboard : Activity: Add newly opened issue to project board
12
12
You can’t perform that action at this time.
0 commit comments