Skip to content

Commit

Permalink
type: string (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos authored Jan 8, 2024
1 parent ebd6df4 commit 7c19b6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify-new-contributor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/view-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c19b6d

Please sign in to comment.