From 92d51aee66cf8ed8307bda7597d32d4aec590780 Mon Sep 17 00:00:00 2001 From: fifsky Date: Thu, 19 Mar 2020 16:13:16 +0800 Subject: [PATCH] ssh-action change to webhook --- .github/workflows/mail.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mail.yml b/.github/workflows/mail.yml index 03ba3f2..6613639 100644 --- a/.github/workflows/mail.yml +++ b/.github/workflows/mail.yml @@ -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