Skip to content

Commit 987f5aa

Browse files
committed
feat: update action.yml
1 parent 58409f9 commit 987f5aa

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

action.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
name: 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
33
author: Unipd
44

55
# Define your inputs here.
66
inputs:
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.
1517
outputs:
16-
reportId:
17-
description: created report id in APICURON
18+
reports:
19+
description: JSON array of activity logs
1820

1921
runs:
2022
using: node20

0 commit comments

Comments
 (0)