From ea110fc48779916d295d4e95611ba5c80e5dc70d Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Mon, 9 Jan 2023 17:25:26 +0100 Subject: [PATCH] fix: Change issue ID to be string --- .github/workflows/project-add-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project-add-issue.yml b/.github/workflows/project-add-issue.yml index 5432989..594f170 100644 --- a/.github/workflows/project-add-issue.yml +++ b/.github/workflows/project-add-issue.yml @@ -12,7 +12,7 @@ on: default: 11 description: The project number where the issue should be updated issue-id: - type: number + type: string required: true secrets: GHPROJECT_TOKEN: