mirror of
https://github.com/embedd-actions/platformio-ci.git
synced 2024-12-24 16:02:45 +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'
|
||||
description: 'Building platformio projects'
|
||||
inputs:
|
||||
command:
|
||||
description: 'Command'
|
||||
required: true
|
||||
default: pio run
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://sergeyladanov/platformio:v1'
|
||||
image: 'docker://sergeyladanov/platformio:v2'
|
||||
args:
|
||||
- pio
|
||||
- run
|
||||
- ${{ inputs.command }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user