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