This commit is contained in:
Stephan 2021-12-16 13:00:12 +01:00
parent 6d27d4d607
commit 5144a4ebeb

View File

@ -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