We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652d6e3 commit f1d4379Copy full SHA for f1d4379
1 file changed
action.yaml
@@ -10,18 +10,27 @@ inputs:
10
repository:
11
description: 'Git url of the remote repository you want to check'
12
required: false
13
+ type: string
14
default: ''
- publiccode:
15
- description: 'publiccode.yml path'
+ path:
16
+ description: 'publiccode.yaml path'
17
- default: 'publiccode.yml'
18
19
+ default: 'publiccode.yaml'
20
+ opencatalogi:
21
22
+ required: false
23
+ type: boolean
24
+ default: false
25
gitname:
26
description: 'Git name configuration for bump commit'
27
28
29
default: 'Open Catalogi bot'
30
gitmail:
31
description: 'Git mail configuration for bump commit'
32
33
34
default: 'bot@opencatalogi.nl'
35
36
outputs:
0 commit comments