Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorSchirmer authored Feb 12, 2024
1 parent 29db1e1 commit cbca80a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
uses: mikefarah/yq@v4
with:
cmd: >
yq -P
Integrations/ESPHome/PWR-1.yaml
- name: Force Verbose Logging
if: ${{ inputs.force-verbose-logging }}
Expand Down Expand Up @@ -72,4 +73,4 @@
steps:
- name: Check build matrix status
if: ${{ needs.build.result != 'success' }}
run: exit 1
run: exit 1

0 comments on commit cbca80a

Please sign in to comment.