Use build-action from ESPHome
This commit is contained in:
4
.github/workflows/validate_esphome.yml
vendored
4
.github/workflows/validate_esphome.yml
vendored
@@ -87,7 +87,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Firmware
|
- name: Firmware
|
||||||
if: steps.matrix.outputs.cache-hit != 'true'
|
if: steps.matrix.outputs.cache-hit != 'true'
|
||||||
uses: barndawgie/build-action@v1.9.0
|
uses: esphome/build-action@v2.0.0
|
||||||
with:
|
with:
|
||||||
yaml_file: ${{ matrix.yaml_file }}
|
yaml_file: ${{ matrix.yaml_file }}
|
||||||
|
|
||||||
@@ -110,7 +110,7 @@ jobs:
|
|||||||
uses: actions/checkout@main
|
uses: actions/checkout@main
|
||||||
|
|
||||||
- name: Build Bluetooth Proxy Firmware
|
- name: Build Bluetooth Proxy Firmware
|
||||||
uses: barndawgie/build-action@v1.9.0
|
uses: esphome/build-action@v2.0.0
|
||||||
with:
|
with:
|
||||||
yaml_file: ${{ matrix.yaml_file }}
|
yaml_file: ${{ matrix.yaml_file }}
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user