Skip to content

Commit

Permalink
⬆️ Update esphome/build-action action to v4 (#559)
Browse files Browse the repository at this point in the history
* ⬆️ Update esphome/build-action action to v4

* Change variable inputs for ESPHome build action

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Klaas Schoute <[email protected]>
  • Loading branch information
renovate[bot] and klaasnicolaas authored Aug 26, 2024
1 parent 974d4ee commit a8bdedc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ jobs:
- name: 🧪 Display changed YAML file
run: cat ${{ matrix.firmware }}/${{ matrix.device }}.yaml
- name: 🔨 Build firmware
uses: esphome/build-action@v3.3.0
uses: esphome/build-action@v4.0.1
id: esphome-build
with:
yaml_file: ${{ matrix.firmware }}/${{ matrix.device }}.yaml
yaml-file: ${{ matrix.firmware }}/${{ matrix.device }}.yaml
version: ${{ matrix.version || 'latest' }}
release_url: ${{ inputs.release-url || env.RELEASE_URL }}
release-url: ${{ inputs.release-url || env.RELEASE_URL }}
cache: true
- name: 🚚 Move generated files to output
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
inputs:
release-url:
description: "Release URL"
default: "https://github.com"
required: true
type: string

Expand Down

0 comments on commit a8bdedc

Please sign in to comment.