4 Commits
v2 ... master

Author SHA1 Message Date
4be59c6d2b Update README.md 2024-07-29 09:44:31 +03:00
38936a700c Update README.md 2023-09-22 22:05:07 +03:00
57a1715e24 Update README.md 2023-09-22 22:04:54 +03:00
b29a77d35a Merge pull request #3 from embedd-actions/v2-branch
V2 branch
2023-09-22 22:02:34 +03:00

View File

@ -4,7 +4,7 @@ Building platformio projects
## Usage ## Usage
``` ```yml
jobs: jobs:
build: build:
@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build - name: Build
uses: embedd-actions/platformio-ci@v2 uses: embedd-actions/platformio-ci@v2
with: # Optional you can change command
command: pio run
``` ```