Skip to content

Commit

Permalink
ci: 🎡 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
G committed Jan 3, 2024
1 parent 397e1a7 commit 40be043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
run: |
curl -H "Content-Type: application/json" \
-X POST \
-d '{"msgtype": "text", "text": {"content": "New tag created: ${{ github.ref }}\nRelease Note: ${{ steps.extract_note.outputs.note }}"}}' \
<https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=9875c111-57b0-42c4-a301-cdaed5e215cc>
-d "{\"msgtype\": \"text\", \"text\": {\"content\": \"New tag created: ${{ github.ref }}\\nRelease Note: ${{ steps.extract_note.outputs.note }}\"}}" \
"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=9875c111-57b0-42c4-a301-cdaed5e215cc"

0 comments on commit 40be043

Please sign in to comment.