mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-23 04:56:31 +00:00
Add missing version to test action
This commit is contained in:
parent
204bd8bb56
commit
f97c1b7c40
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -240,6 +240,8 @@ jobs:
|
|||||||
name: Test OS image
|
name: Test OS image
|
||||||
needs: [ build, prepare ]
|
needs: [ build, prepare ]
|
||||||
uses: ./.github/workflows/test.yaml
|
uses: ./.github/workflows/test.yaml
|
||||||
|
with:
|
||||||
|
version: ${{ needs.prepare.outputs.version_full }}
|
||||||
|
|
||||||
update_index:
|
update_index:
|
||||||
name: Update artifacts index
|
name: Update artifacts index
|
||||||
|
Loading…
x
Reference in New Issue
Block a user