Add debug mode to action definition
This commit is contained in:
parent
4677ee2b0f
commit
cff99ee7cd
@ -33,6 +33,9 @@ inputs:
|
|||||||
operations-per-run:
|
operations-per-run:
|
||||||
description: 'The maximum number of operations per run, used to control rate limiting.'
|
description: 'The maximum number of operations per run, used to control rate limiting.'
|
||||||
default: 30
|
default: 30
|
||||||
|
debug-only:
|
||||||
|
description: 'Run the processor in debug mode without actually performing any operations on live issues.'
|
||||||
|
default: false
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user