This commit is contained in:
Kirill Chikalin
2025-03-20 10:22:19 +03:00
parent 616ece8334
commit 86b469f293

View File

@@ -57,7 +57,7 @@ runs:
- name: Send message - name: Send message
run: | run: |
STATUS = ${{ inputs.status }} STATUS=${{ inputs.status }}
if [[ "$STATUS" == "success" ]]; then if [[ "$STATUS" == "success" ]]; then
STATUS="✅" STATUS="✅"
elif [[ "$STATUS" == "failure" ]]; then elif [[ "$STATUS" == "failure" ]]; then