Skip to content

Commit 96a53d2

Browse files
Merge pull request #29 from ApolloAutomation/CI4
CI Improvement
2 parents f435ce5 + 41609b0 commit 96a53d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
id-token: write
2424
pull-requests: write
2525
with:
26-
device-name: r_pro-1
26+
device-name: rpro-1
2727
yaml-files: |
2828
Integrations/ESPHome/RPRO-1_ETH.yaml
2929
Integrations/ESPHome/RPRO-1_W.yaml
30-
firmware-names: "ETH:firmware-e,W:firmware-w"
30+
firmware-names: "1_ETH:firmware-e,1_W:firmware-w"
3131
core-yaml-path: Integrations/ESPHome/Core.yaml
3232
esphome-version: stable
3333
# Bypass check if manually triggered with bypass option

Integrations/ESPHome/Core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
version: "25.8.20.1"
2+
version: "25.8.20.2"
33

44
esp32:
55
board: esp32-s3-devkitc-1

0 commit comments

Comments
 (0)