fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user