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