From 9e6aad4060d3fd501c40f5024145c989f5b38694 Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 16 Dec 2021 12:50:40 +0100 Subject: [PATCH] fix --- .github/workflows/assign-to-project.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/assign-to-project.yml b/.github/workflows/assign-to-project.yml index 4449469..652d63d 100644 --- a/.github/workflows/assign-to-project.yml +++ b/.github/workflows/assign-to-project.yml @@ -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