Skip to content

Commit 7cfe68f

Browse files
committed
Add types to inputs
1 parent ac69180 commit 7cfe68f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,29 @@ inputs:
1212
include-cpp:
1313
description: 'Include .cpp files'
1414
default: false
15+
type: boolean
1516
access-level:
1617
description: 'The minimum access level to be considered in the documentation'
1718
default: 'public'
1819
show-access-modifiers:
1920
description: 'Show access modifiers in the documentation'
2021
default: false
22+
type: boolean
2123
fail-on-warnings:
2224
description: 'Fail when documentation warnings are issued.'
2325
default: false
26+
type: boolean
2427
commit:
2528
description: 'Boolean flag to indicate whether to commit changes'
2629
default: true
30+
type: boolean
2731
commit-message:
2832
description: 'Commit message'
2933
default: 'Update documentation'
3034
debug:
3135
description: 'Enable debugging mode to provide additional output'
3236
default: false
37+
type: boolean
3338

3439
runs:
3540
using: "composite"

0 commit comments

Comments
 (0)