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