forked from pkgxdev/setup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
36 lines (33 loc) · 946 Bytes
/
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
name: tea/setup
description: >
Installs tea.xyz to your GitHub Actions runner.
inputs:
target:
description: >
The executable markdown target.
required: false
prefix:
description: >
Where tea installs.
Set to `null` to install to the tea default (~/.tea).
For GHA we default to `~/opt`.
required: false
version:
description: >
The version of teaxyz/cli to install.
Defaults to the most recent published version.
required: false
srcroot:
description: |
Override detection of `$SRCROOT`.
tea normally finds your `$SRCROOT` by looking for a `.git` directory.
However, if git is not installed the checkout action uses the GitHub
API to download the repository.
You will need this if you depend on the virtual environment tea
provides.
outputs:
version:
description: Your project’s version.
runs:
using: node16
main: action.js