Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
add webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
星冉 committed May 5, 2022
1 parent 3e2099b commit 6fbd73a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,19 @@ jobs:
name: Hock Vercel Web Build
run: |
curl -s ${{ secrets.WebHock }}
# -
# name: Send dingding notify
# uses: zcong1993/actions-ding@master
# with:
# dingToken: ${{ secrets.DING_TOKEN }}
# secret: ${{ secrets.DING_SECRET }}
# body: |
# {
# "msgtype": "link",
# "link": {
# "text": "Jupyter Update Success!",
# "title": "Jupyter Update Success!",
# "picUrl": "",
# "messageUrl": "https://jupyters.vercel.app/"
# }
# }
-
name: Send dingding notify
uses: zcong1993/actions-ding@master
with:
dingToken: ${{ secrets.DING_TOKEN }}
secret: ${{ secrets.DING_SECRET }}
body: |
{
"msgtype": "link",
"link": {
"text": "Jupyter Update Success!",
"title": "Jupyter Update Success!",
"picUrl": "",
"messageUrl": "https://jupyters.vercel.app/"
}
}

0 comments on commit 6fbd73a

Please sign in to comment.