-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
36 lines (32 loc) · 928 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: 'Submit Contribution to APICURON'
description: 'This Action will help submit contribution events to APICURON'
author: 'Adel Bouhraoua @ BioComputingUP Lab'
# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
icon: 'heart'
color: 'red'
# Define your inputs here.
inputs:
resource_id:
description: 'The Resource ID defined in APICURON'
required: true
activity_term:
description: 'The Activity identifier as defined in APICURON'
required: true
entity_uri:
description:
'A link to the contribution that occured (pull request or commit)'
required: true
token:
description: "The maintainer's API key on APICURON"
required: true
contributor_orcid:
description: "The contributor's ORCID ID"
required: true
# Define your outputs here.
outputs:
time:
description: 'Execution time'
runs:
using: node20
main: dist/index.js