From 8d78551a9e7362ae77f03ae6a89748639d234355 Mon Sep 17 00:00:00 2001 From: clearloop <26088946+clearloop@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:48:42 +0800 Subject: [PATCH] ci(ci): fix the quotes --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0d854e..bd85a42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,4 +74,4 @@ jobs: prefix: 'build' inputs: '{ "title": "${{ github.event.pull_request.title }}", "number": "${{ - github.event.number" }} }' + github.event.number }}" }'