Skip to content

Commit f1d4379

Browse files
committed
Fix for more variable declerations
1 parent 652d6e3 commit f1d4379

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

action.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,27 @@ inputs:
1010
repository:
1111
description: 'Git url of the remote repository you want to check'
1212
required: false
13+
type: string
1314
default: ''
14-
publiccode:
15-
description: 'publiccode.yml path'
15+
path:
16+
description: 'publiccode.yaml path'
1617
required: false
17-
default: 'publiccode.yml'
18+
type: string
19+
default: 'publiccode.yaml'
20+
opencatalogi:
21+
description: 'publiccode.yaml path'
22+
required: false
23+
type: boolean
24+
default: false
1825
gitname:
1926
description: 'Git name configuration for bump commit'
2027
required: false
28+
type: string
2129
default: 'Open Catalogi bot'
2230
gitmail:
2331
description: 'Git mail configuration for bump commit'
2432
required: false
33+
type: string
2534
default: 'bot@opencatalogi.nl'
2635

2736
outputs:

0 commit comments

Comments
 (0)