From 7c19b6db17f30d702891bee95cbd3848d0c6468d Mon Sep 17 00:00:00 2001 From: Stefan Kairinos <118008817+SKairinos@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:56:59 +0000 Subject: [PATCH] type: string (#60) --- .github/workflows/verify-new-contributor.yaml | 2 +- .github/workflows/view-pull-request.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify-new-contributor.yaml b/.github/workflows/verify-new-contributor.yaml index 026006eb..d7a2e802 100644 --- a/.github/workflows/verify-new-contributor.yaml +++ b/.github/workflows/verify-new-contributor.yaml @@ -6,7 +6,7 @@ on: pull-request-number: description: "The number of the new contributor's PR." required: true - type: number + type: string # NOTE: github has bug with type number jobs: view-pr: diff --git a/.github/workflows/view-pull-request.yaml b/.github/workflows/view-pull-request.yaml index 821582b3..6a79a017 100644 --- a/.github/workflows/view-pull-request.yaml +++ b/.github/workflows/view-pull-request.yaml @@ -5,7 +5,7 @@ on: inputs: number: required: true - type: number + type: string # NOTE: github has bug with type number outputs: required: false type: string