mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
This reverts commit 49f26c3d2e685e3f7e9135f8e10efaa6a40526df. The steps is not valid in that context. Let's revert the commit to get a green build first.
This commit is contained in:
parent
5314324c61
commit
fccb11cad1
3
.github/workflows/artifacts-index.yaml
vendored
3
.github/workflows/artifacts-index.yaml
vendored
@ -89,6 +89,5 @@ jobs:
|
|||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
--data '{"files": [
|
--data '{"files": [
|
||||||
"https://os-artifacts.home-assistant.io/index.html",
|
"https://os-artifacts.home-assistant.io/index.html",
|
||||||
"https://os-artifacts.home-assistant.io/index.json",
|
"https://os-artifacts.home-assistant.io/index.json"
|
||||||
"https://os-artifacts.home-assistant.io/indexes/${{ github.event.inputs.version }}.json"
|
|
||||||
] }'
|
] }'
|
||||||
|
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -245,7 +245,7 @@ jobs:
|
|||||||
|
|
||||||
update_index:
|
update_index:
|
||||||
name: Update artifacts index
|
name: Update artifacts index
|
||||||
if: ${{ github.event_name != 'release' && (always() && steps.prepare.outcome == 'success') }}
|
if: ${{ github.event_name != 'release' }}
|
||||||
needs: [ build, prepare ]
|
needs: [ build, prepare ]
|
||||||
uses: home-assistant/operating-system/.github/workflows/artifacts-index.yaml@dev
|
uses: home-assistant/operating-system/.github/workflows/artifacts-index.yaml@dev
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user