diff --git a/.github/workflows/assign-to-project.yml b/.github/workflows/assign-to-project.yml index 6a4323d..e86365e 100644 --- a/.github/workflows/assign-to-project.yml +++ b/.github/workflows/assign-to-project.yml @@ -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