Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
action.yaml: fix message-template
The message template contains four dashes,
and that apparently makes Github not render
the following books emoji. Use three dashes
instead.
  • Loading branch information
pjonsson committed Dec 2, 2023
commit 05360cc5819dd54b8736aeac56b658e462c1e704
2 changes: 1 addition & 1 deletion preview/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
message-template:
description: "Template message to use for the PR body"
default: |
----
---
:books: Documentation preview :books:: {docs-pr-index-url}
required: false
platform:
Expand Down