fix
This commit is contained in:
parent
2926b8c82d
commit
2d88efd6e2
2
.github/workflows/assign-milestones.js
vendored
2
.github/workflows/assign-milestones.js
vendored
|
@ -52,7 +52,7 @@ module.exports = async ({github, context}) => {
|
|||
}
|
||||
|
||||
const projectId = meh(column.project_url)
|
||||
const projectResponse = await restapi.projects.getProject({
|
||||
const projectResponse = await restapi.projects.get({
|
||||
project_id: projectId
|
||||
});
|
||||
const project = projectResponse.data
|
||||
|
|
Loading…
Reference in New Issue
Block a user