chore: pipelines #94
1 changed files with 0 additions and 10 deletions
10
.github/actions/notify/action.yaml
vendored
10
.github/actions/notify/action.yaml
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue