Skip to content

Commit

Permalink
Add checkout step to bump_version job in the build workflow (#2871)
Browse files Browse the repository at this point in the history
It's required both for the artifact index and to run the RPi Imager bump
local action.
  • Loading branch information
sairon authored Oct 27, 2023
1 parent 28c13d7 commit 4769d22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,11 @@ jobs:
runs-on: ubuntu-22.04

steps:
- name: Checkout source
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Initialize git
uses: home-assistant/actions/helpers/git-init@master
with:
Expand Down

0 comments on commit 4769d22

Please sign in to comment.