-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
33 lines (29 loc) · 774 Bytes
/
action.yml
File metadata and controls
33 lines (29 loc) · 774 Bytes
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: 'Setup FTL CLI (TypeScript)'
description: 'Download and setup FTL CLI binary with caching support'
author: 'TBD'
branding:
icon: 'download'
color: 'blue'
inputs:
version:
description: 'FTL version to install (default: latest)'
required: false
default: 'latest'
use-cache:
description: 'Enable GitHub Actions tool cache'
required: false
default: 'true'
install-dependencies:
description: 'Install additional dependencies (docker, spin, etc.)'
required: false
default: 'false'
outputs:
ftl-path:
description: 'Path to installed FTL binary'
version:
description: 'Actual version of FTL installed'
cached:
description: 'Whether the installation was cached'
runs:
using: 'node20'
main: 'dist/index.js'