fix: add options in action definition

This commit is contained in:
HEL
2025-09-11 16:57:30 +02:00
parent 8402546cf8
commit 3e48f9c97c
+8
View File
@@ -15,6 +15,14 @@ inputs:
description: The Minecraft version to use. If not specified or set to 'auto', will try to use the version indicated in `pack.mcmeta`
required: false
default: 'auto'
reportAllErrors:
description: Whether to report all errors or only the first one
required: false
default: 'false'
verbose:
description: Whether to provide details on errors or just the number of errors
required: false
default: 'false'
runs:
using: 'node20'