Skip to content

Commit

Permalink
Fix contrib 2 (#61)
Browse files Browse the repository at this point in the history
* type: string

* Merge branch 'main' into fix_contrib_2

* type: string
  • Loading branch information
SKairinos authored Jan 8, 2024
1 parent 7c19b6d commit c387e7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-new-contributor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
inputs:
pull-request-number:
required: true
type: number
type: string # NOTE: github has a bug with type: number
outputs:
email-address:
description: "The new contributor's email address."
Expand Down
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: string # NOTE: github has bug with type number
type: string # NOTE: github has a 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: string # NOTE: github has bug with type number
type: string # NOTE: github has a bug with type: number
outputs:
required: false
type: string
Expand Down

0 comments on commit c387e7a

Please sign in to comment.