mirror of
https://github.com/embedd-actions/platformio-ci.git
synced 2024-12-25 00:12:52 +03:00
Update action.yml
This commit is contained in:
parent
6d8f28a979
commit
9676c94f87
10
action.yml
10
action.yml
@ -1,9 +1,13 @@
|
|||||||
name: 'Platformio build'
|
name: 'Platformio build'
|
||||||
description: 'Building platformio projects'
|
description: 'Building platformio projects'
|
||||||
|
inputs:
|
||||||
|
command:
|
||||||
|
description: 'Command'
|
||||||
|
required: true
|
||||||
|
default: pio run
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'docker://sergeyladanov/platformio:v1'
|
image: 'docker://sergeyladanov/platformio:v2'
|
||||||
args:
|
args:
|
||||||
- pio
|
- ${{ inputs.command }}
|
||||||
- run
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user