From 86b469f293b4294d25faee88adc654c8ed52aa9f Mon Sep 17 00:00:00 2001 From: Kirill Chikalin Date: Thu, 20 Mar 2025 10:22:19 +0300 Subject: [PATCH] fix --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3fe44f9..c2ffcff 100644 --- a/action.yml +++ b/action.yml @@ -57,7 +57,7 @@ runs: - name: Send message run: | - STATUS = ${{ inputs.status }} + STATUS=${{ inputs.status }} if [[ "$STATUS" == "success" ]]; then STATUS="✅" elif [[ "$STATUS" == "failure" ]]; then