From ce44b8103efbb87b5326c30ca820406b49ba43a9 Mon Sep 17 00:00:00 2001 From: Kirill Chikalin Date: Thu, 20 Mar 2025 10:29:44 +0300 Subject: [PATCH] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8fe54b2..eeb4a51 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 }}\n" + default: "%23${{ github.run_number }} ${{ github.event.repository.name }}\n" message_id: description: "Message ID" required: false