Skip to content

Commit f64ecb0

Browse files
Fix Reference
1 parent df4045a commit f64ecb0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
publish:
18-
uses: https://github.com/ApolloAutomation/Workflows/.github/workflows/publish.yml@main
18+
uses: ApolloAutomation/Workflows/.github/workflows/publish.yml@main
1919
with:
2020
core_yaml_path: Integrations/ESPHome/Core.yaml
2121
firmwares_json: '[{"yaml": "Integrations/ESPHome/R_PRO-1_ETH.yaml", "name": "firmware-e"}, {"yaml": "Integrations/ESPHome/R_PRO-1_W.yaml", "name": "firmware-w"}]'

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
jobs:
1818
label-check:
19-
uses: https://github.com/ApolloAutomation/Workflows/.github/workflows/label-check.yml@main
19+
uses: ApolloAutomation/Workflows/.github/workflows/label-check.yml@main
2020
ci:
2121
needs: [ label-check ]
2222
strategy:
@@ -29,7 +29,7 @@ jobs:
2929
- stable
3030
- beta
3131
- dev
32-
uses: https://github.com/ApolloAutomation/Workflows/.github/workflows/build.yml@main
32+
uses: ApolloAutomation/Workflows/.github/workflows/build.yml@main
3333
with:
3434
file: ${{ matrix.file }}
3535
esphome-version: ${{ matrix.esphome-version }}

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- stable
2121
- beta
2222
- dev
23-
uses: https://github.com/ApolloAutomation/Workflows/.github/workflows/build.yml@main
23+
uses: ApolloAutomation/Workflows/.github/workflows/build.yml@main
2424
with:
2525
file: ${{ matrix.file }}
2626
esphome-version: ${{ matrix.esphome-version }}

0 commit comments

Comments
 (0)