Skip to content

Commit

Permalink
Fix yaml-file reference
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Dec 19, 2024
1 parent fa2c212 commit 6d11d50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate_esphome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build core
uses: esphome/build-action@main
with:
yaml_file: ".test/esphome_ard_basic.yaml"
yaml-file: ".test/esphome_ard_basic.yaml"

build_bluetooth_proxy_4:
name: Bluetooth Proxy (IDF v4)
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Build core
uses: esphome/build-action@main
with:
yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml"
yaml-file: ".test/esphome_idf_bluetooth_proxy.yaml"

build_bluetooth_proxy_53:
name: Bluetooth Proxy (IDF v5.3)
Expand All @@ -60,5 +60,5 @@ jobs:
- name: Build core
uses: esphome/build-action@main
with:
yaml_file: ".test/esphome_idf53_bluetooth_proxy.yaml"
yaml-file: ".test/esphome_idf53_bluetooth_proxy.yaml"
...
6 changes: 3 additions & 3 deletions .github/workflows/validate_esphome_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Build core
uses: esphome/build-action@main
with:
yaml_file: ".test/esphome_ard_basic.yaml"
yaml-file: ".test/esphome_ard_basic.yaml"
version: beta

build_bluetooth_proxy_4:
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Build core
uses: esphome/build-action@main
with:
yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml"
yaml-file: ".test/esphome_idf_bluetooth_proxy.yaml"
version: beta

build_bluetooth_proxy_53:
Expand All @@ -80,6 +80,6 @@ jobs:
- name: Build core
uses: esphome/build-action@main
with:
yaml_file: ".test/esphome_idf53_bluetooth_proxy.yaml"
yaml-file: ".test/esphome_idf53_bluetooth_proxy.yaml"
version: beta
...

0 comments on commit 6d11d50

Please sign in to comment.