Skip to content

Commit 375f5ed

Browse files
committed
Escape backticks
1 parent 9f72e61 commit 375f5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/check-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
elif [ "$EVENT_NAME" = "merge_group" ]; then
2626
echo "TARGET=$(git rev-parse HEAD^)" >> "$GITHUB_OUTPUT"
2727
else
28-
echo "::error::This action only supports `pull_request` and `merge_group` events."
28+
echo "::error::This action only supports \`pull_request\` and \`merge_group\` events."
2929
exit 1
3030
fi
3131

0 commit comments

Comments
 (0)