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

Commit 54d8ea7

Browse files
committed
checking payloads
1 parent 9ffe350 commit 54d8ea7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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%"

responses/03_add-to-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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
});

0 commit comments

Comments
 (0)