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 @@ -149,7 +149,7 @@ steps:
149149 with : 03_add-to-projects.md
150150 issue : 3
151151 data :
152- listProj : " %actions.projectBoard%"
153- # listCol: "%actions.listColumns%"
154- # columnID: "%actions.listColumns.data[0].id%"
152+ listProj : " %actions.projectBoard.data %"
153+ listCol : " %actions.listColumns.data %"
154+ columnID : " %actions.listColumns.data[0].id%"
155155 quicklink : " %payload.repository.html_url%/edit/master/.github/workflows/my-workflow.yml%"
Original file line number Diff line number Diff line change 3434 body: "🎉 You've created this issue comment using GitHub Script!!!"
3535 })
3636 github.projects.createCard({
37- column_id: "empty"
37+ column_id: {{columnID}}
3838 content_id: context.payload.issue.id
3939 content_type: "Issue"
4040 });
You can’t perform that action at this time.
0 commit comments