Update action.yml

This commit is contained in:
Sergey 2023-09-19 00:46:39 +03:00 committed by GitHub
parent 092e836632
commit c4091ca2ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ name: 'Platformio build'
description: 'Building platformio projects' description: 'Building platformio projects'
runs: runs:
using: 'docker' using: 'docker'
image: 'Dockerfile' image: 'Action.Dockerfile'
args: args:
- pio - pio
- run - run