mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-04-19 10:47:15 +00:00
Avoid space in update link of frontend update PR (#5694)
A newline is converted to a space as per YAML folding rules. The space breaks markdown parsing of the link. Use a single line for the target version link.
This commit is contained in:
parent
f4d69f1811
commit
77523f7bec
3
.github/workflows/update_frontend.yml
vendored
3
.github/workflows/update_frontend.yml
vendored
@ -75,6 +75,5 @@ jobs:
|
||||
title: "Update frontend to version ${{ needs.check-version.outputs.latest_version }}"
|
||||
body: >
|
||||
Update frontend from ${{ needs.check-version.outputs.current_version }} to
|
||||
[${{ needs.check-version.outputs.latest_version }}]
|
||||
(https://github.com/home-assistant/frontend/releases/tag/${{ needs.check-version.outputs.latest_version }})
|
||||
[${{ needs.check-version.outputs.latest_version }}](https://github.com/home-assistant/frontend/releases/tag/${{ needs.check-version.outputs.latest_version }})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user