Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
3e48f9c97c
|
|||
8402546cf8
|
10
action.yml
10
action.yml
@@ -15,7 +15,15 @@ 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: 'node24'
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
|
Reference in New Issue
Block a user