forked from rgst-io/stencil-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
31 lines (25 loc) · 744 Bytes
/
action.yml
File metadata and controls
31 lines (25 loc) · 744 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
name: stencil-action
description: Github Action for interacting with stencil
author: Jared Allard <@jaredallard>
# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
icon: 'book'
color: 'yellow'
# Define your inputs here.
inputs:
github-token:
description:
'The GitHub token to use for fetching the latest version of stencil'
version:
description: 'The version of stencil to use'
default: 'latest'
binary-dir:
description: 'The directory to store the binary in'
default: '~/.local/bin'
prereleases:
description: >
Whether to consider prereleases or not when downloading the latest version
default: 'false'
runs:
using: node20
main: dist/index.js