Skip to content

Commit

Permalink
ssh-action change to webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
fifsky committed Mar 19, 2020
1 parent 76da6de commit 92d51ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Pull docker and restart
run: |
curl https://hook.fifsky.com/?token=${{secrets.WEBHOOK_TOKEN}}&script=go-struct
curl "https://hook.fifsky.com/?token=${{secrets.WEBHOOK_TOKEN}}&script=go-struct"
- name: Dingtalk message
uses: fifsky/dingtalk-action@master
Expand Down

0 comments on commit 92d51ae

Please sign in to comment.