mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
fix wrong name (#2055)
This commit is contained in:
parent
aa5105809c
commit
2436b8da34
2
.github/actions/notify_failure/action.yml
vendored
2
.github/actions/notify_failure/action.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user