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 : Create and issue comment with GitHub Script
151151 data :
152- listProj : " %actions.projectBoard.data %"
152+ listProj : " %actions.projectBoard%"
153153 # listCol: "%actions.listColumns%"
154154 # 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 66
77## Column list
88
9- {{listCol}}
9+ <!-- {{listCol}} -->
1010
1111### :keyboard : Activity: Add newly opened issue to project board
1212
3434 body: "🎉 You've created this issue comment using GitHub Script!!!"
3535 })
3636 github.projects.createCard({
37- column_id: {{columnID}}
37+ column_id: "empty"
3838 content_id: context.payload.issue.id
3939 content_type: "Issue"
4040 });
You can’t perform that action at this time.
0 commit comments