-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathaction.yml
47 lines (45 loc) · 1.22 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
37
38
39
40
41
42
43
44
45
46
47
###
# Filename: d:\Jonathan\Documents\Repositories\devspace\smartcloud\action.yml
# Path: d:\Jonathan\Documents\Repositories\devspace\smartcloud
# Created Date: Monday, September 5th 2022, 7:20:39 pm
# Author: Jonathan Stevens
#
# Copyright (c) 2022 Jonathan Stevens
###
name: "SmartcloudAction"
description: "Smartcloud - Github project management automation without limits"
author: "Resnovas"
branding:
icon: "at-sign"
color: "purple"
inputs:
GITHUB_TOKEN:
description: "The GITHUB_TOKEN secret"
required: true
config:
description: "Config file path"
default: ".github/config.json"
required: false
configJson:
description: "JSON string with configuration data"
default: ""
required: false
configRef:
description: "The ref to use when getting the config"
default: ""
required: false
fillEmpty:
description: "Fill Empty context configuration with shared configs"
default: "true"
required: false
skipDelete:
description: "Skip deleting labels from repository"
default: "false"
required: false
dryRun:
description: "Allows the running off action without it doing effects"
default: "false"
required: false
runs:
using: "node16"
main: "dist/index.js"