-
Notifications
You must be signed in to change notification settings - Fork 2
/
action.yaml
30 lines (30 loc) · 906 Bytes
/
action.yaml
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
name: "Actionsflow Action"
author: Actionsflow
description: "Run Actionsflow in Github"
inputs:
using:
descript: "actionsflow build runner using, the default value is `auto`, you can also use `local`, `action`"
required: false
default: "auto"
args:
description: "actionsflow CLI command, the default value is `build`, you can specify it like `build --verbose`"
required: false
default: "build"
json-secrets:
description: secrets context in json format
required: false
default: ""
json-github:
description: github context in json format
required: false
default: ""
outputs:
success:
description: "If the build status is success. The value can be 'true', or 'false', if build failed, the action outcome will be set failed"
runs:
using: "node16"
main: "dist/main/index.js"
post: "dist/post/index.js"
branding:
icon: "send"
color: "blue"