forked from bekriebel/balena-cli-action
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathaction.yml
27 lines (27 loc) · 846 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
name: 'Balena CLI (Nebra fork)'
branding:
color: "yellow"
icon: "upload-cloud"
description: 'Continuously deliver your IoT applications to BalenaCloud or openBalena'
inputs:
application_path:
description: "Optional. Provide a subfolder path to your BalenaCloud application, example: ./balena-wpe"
required: false
default: "."
balena_api_token:
description: 'BalenaCloud API Key'
required: true
balena_command:
description: "The command to execute with balena"
required: true
balena_secrets:
description: "Optional contents of a balena secrets.json file"
required: false
balena_url:
description: "Has to be used if openBalena instance will be used as target. Defaults to balenaCloud"
required: false
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.balena_command }}