Skip to content

Commit

Permalink
Prepare v1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kumekay committed May 26, 2022
1 parent 4346134 commit 3ef7156
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ jobs:
with:
submodules: 'recursive'
- name: esp-idf build
uses: espressif/esp-idf-ci-action@main
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v4.4
target: esp32s2
path: 'esp32-s2-hmi-devkit-1/examples/smart-panel'
```

## Version

We recommend referencing this action as `espressif/esp-idf-ci-action@v1` and using `v1` instead of `main` to avoid breaking your workflows. `v1` tag always points to the latest compatible release.

## Parameters

### `path`
Expand Down Expand Up @@ -54,5 +58,5 @@ Default: `idf.py build`
Overriding this is useful for running other commands via github actions. Example:

```yaml
command: esptool.py merge_bin -o ../your_final_output.bin @flash_args
```
command: esptool.py merge_bin -o ../your_final_output.bin @flash_args
```

0 comments on commit 3ef7156

Please sign in to comment.