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:
Stefan Agner 2025-02-28 13:13:11 +01:00 committed by GitHub
parent f4d69f1811
commit 77523f7bec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }})