Skip to content

Commit

Permalink
Fix calling the reuseable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Jun 29, 2024
1 parent d17d8db commit ce16b18
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/deploy-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@ on:

jobs:
build-firmware:
name: Build firmware
runs-on: ubuntu-latest
steps:
- name: 🔨 Build firmware
uses: ./.github/workflows/build-firmware.yaml@klaas-2024-035
with:
release-url: ${{ github.event.release.html_url }}
name: 🔨 Build firmware
uses: klaasnicolaas/home-assistant-glow/.github/workflows/build-firmware.yaml@klaas-2024-035
with:
release-url: ${{ github.event.release.html_url }}

combined-manifests:
name: Combine ${{ matrix.project }} manifests
Expand Down

0 comments on commit ce16b18

Please sign in to comment.