fix
This commit is contained in:
parent
6d27d4d607
commit
5144a4ebeb
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'
|
const column_name = 'To do'
|
||||||
|
|
||||||
// find the column
|
// find the column
|
||||||
const columns = github.projects.listColumns({
|
const columns = await github.projects.listColumns({
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
project_id: project_id
|
project_id: project_id
|
||||||
|
|
Loading…
Reference in New Issue
Block a user