Skip to content

Commit

Permalink
fix publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoziru committed Mar 13, 2024
1 parent 980f87a commit 302f4b1
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ on:

jobs:
build:
uses: esphome/workflows/.github/workflows/publish.yml@main
with:
files: zehnder_comfoair_q.yaml
name: ESPHome Zehnder ComfoAir Q
name: Build and Publish ESPHome firmware and website
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
- name: Mock secrets.yaml from example
run: cp secrets.yaml.example secrets.yaml
- name: Build ESPHome firmware to verify configuration
uses: esphome/workflows/.github/workflows/publish.yml@main
with:
files: zehnder_comfoair_q.yaml
name: ESPHome Zehnder ComfoAir Q

0 comments on commit 302f4b1

Please sign in to comment.