Skip to content

Commit c68a7bf

Browse files
committed
fix: action.yml warning
1 parent 3c3318e commit c68a7bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ inputs:
2828
description: 'you must provide GITHUB_TOKEN to this input if checkAllCommitMessages is true'
2929
required: false
3030
default: 'false'
31+
debugRegex:
32+
description: 'A set of regex to debug non matching strings'
33+
required: false
34+
default: ''
3135
runs:
3236
using: node16
3337
main: dist/index.js

0 commit comments

Comments
 (0)