-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
action.yml
33 lines (32 loc) · 1.05 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
name: "continuous-reforestation"
description: "Plant trees within your development workflow with digitalhumani.com"
author: "protontypes"
branding:
icon: 'award'
color: 'green'
inputs:
apikey:
description: "The API key obtained from digitalhumani.com"
enterpriseid:
description: "Id of your enterprise. Example of an enterprise id: 11111111 (Enterprise Ids are 8 digits long)"
required: true
user:
decription: "End user by whom the trees were planted"
default: ${{ github.actor }}
projectid:
description: "Id of the reforestation project for where you want the trees to be planted. Example of an id: 93333333 (Project Ids are 8 digits long)"
required: true
treeCount:
description: "Number of trees requested to plant. Example: 1"
default: 1
production:
decription: "Use sandbox or production API"
default: "false"
outputs:
response:
description: "JSON response of the RaaS API"
plantedTrees:
description: "Number of trees planted by the enterprise."
runs:
using: "docker"
image: "Dockerfile"