-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathaction.yml
25 lines (25 loc) · 838 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
name: IPFS Setup Action
description: A GitHub Action to install and initialize IPFS
author: Sawood Alam <@ibnesayeed>
inputs:
ipfs_version:
description: IPFS version, automatically resolved to the best matching released binary as per the SemVer format
default: 0.6
run_daemon:
description: Whether to start IPFS service daemon after installation and initialization
default: false
outputs:
resolved_ipfs_version:
description: Latest matching SemVer IPFS version installed
ipfs_download_url:
description: Utilized IPFS distribution download URL
peer_id:
description: Identity of the peer as reported on initialization
welcome_ref:
description: Hash of the Welcome object containing readme, help, and other files
runs:
using: node12
main: dist/index.js
branding:
icon: package
color: blue