File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 11name : apicuron-on-commit
2- description : This action will push to APICURON on every commit
2+ description : This action will report to APICURON on every push
33author : Unipd
44
55# Define your inputs here.
66inputs :
7- sourceRepo :
8- description : repository to watch
7+ GITHUB_TOKEN :
8+ description : ' GitHub token '
99 required : true
10- apicuron_token :
11- description : APICURON token
10+ APICURON_ENDPOINT :
11+ description : ' API endpoint URL'
12+ required : true
13+ APICURON_TOKEN :
14+ description : ' API authentication token'
1215 required : true
13-
1416# Define your outputs here.
1517outputs :
16- reportId :
17- description : created report id in APICURON
18+ reports :
19+ description : JSON array of activity logs
1820
1921runs :
2022 using : node20
You can’t perform that action at this time.
0 commit comments