File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed
Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change 1- name : The name of your action here
2- description : Provide a description here
3- author : Your name or organization here
4-
5- # Add your action's branding here. This will appear on the GitHub Marketplace.
6- branding :
7- icon : heart
8- color : red
1+ name : apicuron-on-commit
2+ description : This action will push to APICURON on every commit
3+ author : Unipd
94
105# Define your inputs here.
116inputs :
12- milliseconds :
13- description : Your input description here
7+ sourceRepo :
8+ description : repository to watch
149 required : true
15- default : ' 1000 '
10+
1611
1712# Define your outputs here.
1813outputs :
19- time :
20- description : Your output description here
14+ reportId :
15+ description : created report id in APICURON
2116
2217runs :
2318 using : node20
You can’t perform that action at this time.
0 commit comments