This commit is contained in:
Stephan 2021-12-16 12:50:40 +01:00
parent 3356fe58aa
commit 9e6aad4060

View File

@ -25,6 +25,8 @@ jobs:
// find the column // find the column
const columns = github.projects.listColumns({ const columns = github.projects.listColumns({
owner: context.repo.owner,
repo: context.repo.repo,
project_id: project_id project_id: project_id
}) })
var column = null var column = null