fix wrong name (#2055)

This commit is contained in:
Adrian Stobbe 2023-07-07 11:53:39 +02:00 committed by GitHub
parent aa5105809c
commit 2436b8da34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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