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

Commit bf4b2d2

Browse files
committed
debugging
1 parent d5dd143 commit bf4b2d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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%"

responses/03_add-to-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Column list
88

9-
{{listCol}}
9+
<!-- {{listCol}} -->
1010

1111
### :keyboard: Activity: Add newly opened issue to project board
1212

@@ -34,7 +34,7 @@ jobs:
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
});

0 commit comments

Comments
 (0)