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

Commit 66abe61

Browse files
committed
debugging
1 parent efcfc2d commit 66abe61

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,15 @@ steps:
141141
owner: "%payload.repository.owner.login%"
142142
repo: "%payload.repository.name%"
143143
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
148148
- type: respond
149149
with: 03_add-to-projects.md
150150
issue: Create and issue comment with GitHub Script
151151
data:
152152
listProj: "%actions.projectBoard%"
153-
listCol: "%actions.listColumns%"
154-
columnID: "%actions.listColumns.data[0].id%"
153+
# listCol: "%actions.listColumns%"
154+
# columnID: "%actions.listColumns.data[0].id%"
155155
quicklink: "%payload.repository.html_url%/edit/master/.github/workflows/my-workflow.yml%"

0 commit comments

Comments
 (0)