fix: change inputs.pr type to string

This commit is contained in:
Defelo 2025-01-26 14:33:13 +01:00
commit f844116a5e
No known key found for this signature in database
GPG key ID: 2A05272471204DD3

View file

@ -6,7 +6,7 @@ on:
pr:
description: "Pull Request Number"
required: true
type: number
type: string
x86_64-linux:
description: "Run on x86_64-linux"
required: true