From 95d1d196a6ea58cfa849109258d919448e83b3cb Mon Sep 17 00:00:00 2001 From: Kirill Chikalin Date: Thu, 20 Mar 2025 10:25:56 +0300 Subject: [PATCH] remove br --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 88c4e21..6a94845 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: caption: description: "Text" required: false - default: "%23${{ github.run_number }} ${{ github.event.repository.name }}
" + default: "%23${{ github.run_number }} ${{ github.event.repository.name }}" message_id: description: "Message ID" required: false