File tree Expand file tree Collapse file tree 6 files changed +155
-94
lines changed Expand file tree Collapse file tree 6 files changed +155
-94
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 id-token : write
2424 pull-requests : write
2525 with :
26- device-name : rpro -1
26+ device-name : r_pro -1
2727 yaml-files : |
28- Integrations/ESPHome/RPRO -1_ETH.yaml
29- Integrations/ESPHome/RPRO -1_W.yaml
28+ Integrations/ESPHome/R_PRO -1_ETH.yaml
29+ Integrations/ESPHome/R_PRO -1_W.yaml
3030 firmware-names : " 1_ETH:firmware-e,1_W:firmware-w"
3131 core-yaml-path : Integrations/ESPHome/Core.yaml
3232 esphome-version : stable
Original file line number Diff line number Diff line change @@ -16,20 +16,20 @@ jobs:
1616 uses : ApolloAutomation/Workflows/.github/workflows/label-check.yml@main
1717
1818 ci :
19- name : Building ${{ matrix.file }}
19+ name : Building ${{ matrix.file }} / ESPHome ${{ matrix.esphome-version }}
2020 runs-on : ubuntu-latest
2121 strategy :
2222 matrix :
2323 file :
24- - Integrations/ESPHome/RPRO -1_ETH.yaml
25- - Integrations/ESPHome/RPRO -1_W.yaml
24+ - Integrations/ESPHome/R_PRO -1_ETH.yaml
25+ - Integrations/ESPHome/R_PRO -1_W.yaml
2626 esphome-version :
2727 - stable
2828 - beta
2929 - dev
3030 steps :
3131 - name : Checkout source code
32- uses : actions/checkout@v4.2.2
32+ uses : actions/checkout@v5.0.0
3333 - name : Build ESPHome firmware to verify configuration
3434 uses : esphome/build-action@v7
3535 with :
Original file line number Diff line number Diff line change 66
77jobs :
88 build :
9- name : Building ${{ matrix.file }}
9+ name : Building ${{ matrix.file }} / ESPHome ${{ matrix.esphome-version }}
1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
1313 file :
14- - Integrations/ESPHome/RPRO -1_ETH.yaml
15- - Integrations/ESPHome/RPRO -1_W.yaml
14+ - Integrations/ESPHome/R_PRO -1_ETH.yaml
15+ - Integrations/ESPHome/R_PRO -1_W.yaml
1616 esphome-version :
1717 - stable
1818 - beta
1919 - dev
2020 steps :
2121 - name : Checkout source code
22- uses : actions/checkout@v4.2.2
22+ uses : actions/checkout@v5.0.0
2323 - name : Build ESPHome firmware to verify configuration
2424 uses : esphome/build-action@v7
2525 with :
You can’t perform that action at this time.
0 commit comments