Compare commits

..

No commits in common. "main" and "latest" have entirely different histories.
main ... latest

2 changed files with 3 additions and 4 deletions

View File

@ -4,7 +4,7 @@ Building ESP-IDF projects.
## Usage ## Usage
```yml ```
jobs: jobs:
build: build:
@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: make - name: make
uses: embedd-actions/esp-idf-ci@v4.4.3 uses: embedd-actions/esp-idf-ci@latest
with: with:
IDF_TARGET: esp32 IDF_TARGET: esp32
@ -23,6 +23,5 @@ jobs:
## Available tags ## Available tags
``` ```
v4.4.3
latest latest
``` ```

View File

@ -7,7 +7,7 @@ inputs:
default: esp32 default: esp32
runs: runs:
using: 'docker' using: 'docker'
image: 'docker://espressif/idf:v4.4.3' image: 'docker://espressif/idf:latest'
args: args:
- idf.py - idf.py
- build - build