generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
36 lines (32 loc) · 1.01 KB
/
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: 'Bloxberg certifier'
description: 'Certifies your code or documents'
author: 'Max Planck Digital Library'
# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
icon: 'heart'
color: 'red'
# Define your inputs here.
inputs:
authorName:
description: 'Enter your group or author(s) research was conducted with'
required: false
default: ''
bloxbergAddress:
description: 'Enter your bloxberg address that you would like the certification to be minted to'
required: false
default: '0x9858eC18a269EE69ebfD7C38eb297996827DDa98'
researchTitle:
description: 'Enter a brief description of what the data entails'
required: false
default: ''
email:
description: 'If you wish an email address to be associated with the data'
required: false
default: ''
# Define your outputs here.
outputs:
certificateVerification:
description: 'JSON data to verify the certificate on https://certify.bloxberg.org/'
runs:
using: node20
main: dist/index.js