Skip to content

Commit

Permalink
Use build-action from ESPHome main
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Jun 20, 2024
1 parent 84084db commit fcc291a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate_esphome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Build core
uses: esphome/build-action@v2.0.0
uses: esphome/build-action@main
with:
yaml_file: ".test/esphome_ard_basic.yaml"

Expand All @@ -88,7 +88,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Build core
uses: esphome/build-action@v2.0.0
uses: esphome/build-action@main
with:
yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml"

Expand All @@ -99,7 +99,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Build core
uses: esphome/build-action@v2.0.0
uses: esphome/build-action@main
with:
yaml_file: ".test/esphome_idf5_bluetooth_proxy.yaml"
...
4 changes: 2 additions & 2 deletions .github/workflows/validate_esphome_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fcc291a

Please sign in to comment.