From 5033c1b568472ad58ea004537575c5d123df0df3 Mon Sep 17 00:00:00 2001 From: Kirill Chikalin Date: Mon, 2 Jun 2025 07:07:23 +0300 Subject: [PATCH] remove \n --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a920417..feab4a3 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: required: false default: | #${{ github.run_number }} ${{ github.event.repository.name }}: ${{ github.workflow }} - \nrunner: ${{ env.GITEA_RUNNER_NAME }} + on: ${{ env.GITEA_RUNNER_NAME }} button_url: description: "Button URL" required: false