From 4caca226eb4437afa8965421b95de74c99f6e77b Mon Sep 17 00:00:00 2001 From: Kirill Chikalin Date: Thu, 20 Mar 2025 10:27:25 +0300 Subject: [PATCH] test \n --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6a94845..8fe54b2 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 }}\n" message_id: description: "Message ID" required: false