diff --git a/.github/actions/notify/action.yaml b/.github/actions/notify/action.yaml index 8c3fbdd1..f260d087 100644 --- a/.github/actions/notify/action.yaml +++ b/.github/actions/notify/action.yaml @@ -124,16 +124,6 @@ runs: ] }} ] }') - #curl \ - # --fail-with-body \ - # -X POST \ - # -H 'Content-Type: application/json' \ - # "${{ inputs.webhook_url }}&messageReplyOption=REPLY_MESSAGE_FALLBACK_TO_NEW_THREAD&threadKey=${{ github.repository }}/pr/${{ inputs.event_number }}" \ - # -d "$(jq -n --argjson card "$PAYLOAD" '{ "cardsV2": [ { "cardId": "new-pr", "card": "\($card)" } ] }')" - - #CARD=$(jq -n --argjson card $(echo $PAYLOAD | jq -r) '{ "cardsV2": [ { "cardId": "notify", "card": $card } ] }') - echo "${PAYLOAD}" | jq -r - curl \ --fail-with-body \ -X POST \