diff --git a/.github/actions/notify_failure/action.yml b/.github/actions/notify_failure/action.yml index 27bd36518..3d75cce25 100644 --- a/.github/actions/notify_failure/action.yml +++ b/.github/actions/notify_failure/action.yml @@ -96,7 +96,7 @@ runs: echo FILTER $filtered_entity echo BEFORE_INSERT jq '.attachments[0].content.msteams.entities' teams_payload.json - yq -iP '.attachments[0].content.msteams.entities = [ '"$(echo $entities | jq -r --arg text_value "$text_value" 'select(.text == $text_value)')"' ]' teams_payload.jsonteams_payload.json + yq -iP '.attachments[0].content.msteams.entities = [ '"$(echo $entities | jq -r --arg text_value "$text_value" 'select(.text == $text_value)')"' ]' teams_payload.json jq '.attachments[0].content.msteams.entities' teams_payload.json echo AFTER_INSERT