From 59e23be7a21251a56bd1c6c164d6304eabcd1312 Mon Sep 17 00:00:00 2001 From: "T.Tian" Date: Sun, 24 Nov 2024 16:18:08 +0800 Subject: [PATCH] explicit quotes --- .github/workflows/update_api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_api.yml b/.github/workflows/update_api.yml index 6a5620a3..cfa95cfe 100644 --- a/.github/workflows/update_api.yml +++ b/.github/workflows/update_api.yml @@ -72,7 +72,7 @@ jobs: body_msg="${body_msg}Thank you for keeping the SPARC-X-API project up-to-date! 🚀\n" gh pr create --base master \ --title "[PR Bot] New JSON API version ${API_VERSION}" \ - --body ${body_msg} \ + --body "${body_msg}" \ -R ${{ github.repository_owner }}/SPARC-X-API env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}