Skip to content

Commit

Permalink
Merge pull request #18867 from wso2/chamathns-patch-5
Browse files Browse the repository at this point in the history
Update dependency-updater.yml
  • Loading branch information
chamathns authored Jan 10, 2024
2 parents 18b75ea + 4a43940 commit 7c8a7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
elif [[ ${{ job.status }} = "failure" ]];then echo "#ff0000";
elif [[ ${{ job.status }} = "cancelled" ]];then echo "#ffc300"; fi)
curl --location --request POST '${{ secrets.GOOGLE_CHAT_WEBHOOK }}&threadKey=dep_updater' \
curl --location --request POST '${{ secrets.GOOGLE_CHAT_WEBHOOK }}&threadKey=dependency_updater&messageReplyOption=REPLY_MESSAGE_FALLBACK_TO_NEW_THREAD' \
--header 'Content-Type: application/json' \
--data-raw '{
"cards": [
Expand Down

0 comments on commit 7c8a7b0

Please sign in to comment.