Skip to content

Commit

Permalink
Add HA Yellow image to RPi Imager index update action
Browse files Browse the repository at this point in the history
Update the action to also bump HA Yellow image added in
home-assistant/version#402.
  • Loading branch information
sairon committed Dec 10, 2024
1 parent 2b30e2b commit 9ce833e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/bump-rpi-imager-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ runs:
bump_entry /tmp/version/rpi-imager-haos.json "$INPUTS_VERSION" "${{ steps.validate-input.outputs.date }}" "rpi3-64" "RPi 3"
bump_entry /tmp/version/rpi-imager-haos.json "$INPUTS_VERSION" "${{ steps.validate-input.outputs.date }}" "rpi4-64" "RPi 4/400"
bump_entry /tmp/version/rpi-imager-haos.json "$INPUTS_VERSION" "${{ steps.validate-input.outputs.date }}" "rpi5-64" "RPi 5"
bump_entry /tmp/version/rpi-imager-haos.json "$INPUTS_VERSION" "${{ steps.validate-input.outputs.date }}" "yellow" "HA Yellow"
- shell: bash
env:
Expand Down

0 comments on commit 9ce833e

Please sign in to comment.