-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
28 lines (25 loc) · 925 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
name: Viam cloud build
description: Build and publish your Viam module on multiple platforms.
inputs:
meta-path:
description: location of module metadata. set to empty string to not use
default: meta.json
key-id:
description: ID of your auth key
required: true
key-value:
description: secret value of your auth key
required: true
version:
description: Version to set for the module. If missing, your module will build but not upload.
ref:
description: The git ref to build. This will usually be a sha, but can be a branch or anything supported by git checkout.
token:
description: Pass `github.token` if this is a private repository.
workdir:
description: Use this if your module is not in the repo root. If you pass this, the `meta-path` will be relative to this workdir, not to repo root.
runs:
using: node20
main: 'dist/index.js'
branding:
icon: upload-cloud