fix
This commit is contained in:
2
.github/workflows/assign-to-project.yml
vendored
2
.github/workflows/assign-to-project.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
const column_name = 'To do'
|
||||
|
||||
// find the column
|
||||
const columns = github.projects.listColumns({
|
||||
const columns = await github.projects.listColumns({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
project_id: project_id
|
||||
|
||||
Reference in New Issue
Block a user