fixup publish.yml dep needs #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Publish ESPHome firmware and website | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
prep: | |
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 | |
publish: | |
needs: [prep] | |
uses: esphome/workflows/.github/workflows/publish.yml@main | |
with: | |
files: zehnder_comfoair_q.yaml | |
name: ESPHome Zehnder ComfoAir Q |