generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
60 lines (56 loc) · 1.19 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
48
49
50
51
52
53
54
55
56
57
58
59
60
name: 'Setup Buildless'
description: 'Lightning-fast build caching for Github Actions with Buildless'
author: 'Buildless'
branding:
icon: box
color: purple
inputs:
version:
description: 'Version'
required: false
default: 'latest'
os:
description: 'OS'
required: false
arch:
description: 'Architecture'
required: false
target:
description: 'Custom install path'
required: false
force:
description: 'Force install'
required: false
export_path:
description: 'Export to Path'
required: false
default: 'true'
custom_url:
description: 'Custom Download URL'
required: false
token:
description: 'GitHub Token'
required: false
default: '${{ github.token }}'
agent:
description: 'Enable Buildless Agent'
required: false
default: 'true'
apikey:
description: 'Buildless API key'
required: false
tenant:
description: 'Buildless Tenant'
required: false
project:
description: 'Buildless Project'
required: false
outputs:
path:
description: 'Path to Buildless'
agentConfig:
description: 'Agent Configuration'
runs:
using: node20
main: dist/index.js
post: dist/cleanup/index.js