From 5199f33e26eef4f1798010060025cb027e3bced7 Mon Sep 17 00:00:00 2001 From: Miracle575 Date: Wed, 26 Jun 2024 02:15:31 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=20json=20=E6=9C=AB?= =?UTF-8?q?=E5=B0=BE=E7=9A=84=E9=80=97=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/send-release-test-notification.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/send-release-test-notification.yaml b/.github/workflows/send-release-test-notification.yaml index 29b325dd99..80003105f6 100644 --- a/.github/workflows/send-release-test-notification.yaml +++ b/.github/workflows/send-release-test-notification.yaml @@ -28,5 +28,5 @@ jobs: -H "Content-Type: application/json" \ -H "Authorization: Bearer ${{ secrets.RELEASE_API_KEY }}" \ -d '{ - "time": "${{ github.event.inputs.time }}", + "time": "${{ github.event.inputs.time }}" }'