From 62e29edb81223a7af68b4430322219e157d85b63 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 15 Oct 2025 13:12:18 +0300 Subject: [PATCH] test --- .gitea/actions/notify/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/actions/notify/action.yaml b/.gitea/actions/notify/action.yaml index e91c9a5..10fff00 100644 --- a/.gitea/actions/notify/action.yaml +++ b/.gitea/actions/notify/action.yaml @@ -23,8 +23,8 @@ runs: env: ICONS: '{"success":"✅","failure":"❌","canceled":"🤦","started":"⚠️"}' with: - token: ${{ fromJSON(inputs.secrets || '{}').VK_TEAMS_BOT_TOKEN }} - to: ${{ fromJSON(inputs.secrets || '{}').VK_TEAMS_CHAT_ID }} + token: ${{ inputs.token }} + to: ${{ inputs.to }} format: MarkdownV2 message: | ${{ github.repository }} \[${{inputs.name}}\]\(${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }}\) was ${{ inputs.result }} by ${{ github.event.sender.login }} ${{ fromJson(env.ICONS)[inputs.result] }}