fix
This commit is contained in:
parent
3356fe58aa
commit
9e6aad4060
2
.github/workflows/assign-to-project.yml
vendored
2
.github/workflows/assign-to-project.yml
vendored
|
@ -25,6 +25,8 @@ jobs:
|
|||
|
||||
// find the column
|
||||
const columns = github.projects.listColumns({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
project_id: project_id
|
||||
})
|
||||
var column = null
|
||||
|
|
Loading…
Reference in New Issue
Block a user