mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-22 20:46:29 +00:00
Fix quotes in artifact index generation (#2889)
This commit is contained in:
parent
2e8b66d283
commit
e4e4c62834
2
.github/workflows/artifacts-index.yaml
vendored
2
.github/workflows/artifacts-index.yaml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
aws s3 cp \
|
aws s3 cp \
|
||||||
"${{ github.event.inputs.version }}.json" \
|
"${{ github.event.inputs.version }}.json" \
|
||||||
s3://${{ secrets.R2_OS_ARTIFACTS_BUCKET }}/indexes/ \
|
s3://${{ secrets.R2_OS_ARTIFACTS_BUCKET }}/indexes/ \
|
||||||
--endpoint-url "${{ secrets.R2_OS_ARTIFACTS_ENDPOINT }}""
|
--endpoint-url "${{ secrets.R2_OS_ARTIFACTS_ENDPOINT }}"
|
||||||
|
|
||||||
- name: Regenerate artifacts index
|
- name: Regenerate artifacts index
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user