From 7ab514de9a045cc8a72075036422966b3a385a76 Mon Sep 17 00:00:00 2001 From: gary-Shen Date: Mon, 5 Feb 2024 17:47:06 +0800 Subject: [PATCH] chore: update ci --- .github/workflows/trigger_from_labelu_kit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger_from_labelu_kit.yml b/.github/workflows/trigger_from_labelu_kit.yml index 8ebd145..388abe1 100644 --- a/.github/workflows/trigger_from_labelu_kit.yml +++ b/.github/workflows/trigger_from_labelu_kit.yml @@ -72,4 +72,4 @@ jobs: uses: benc-uk/workflow-dispatch@v1 with: workflow: release - inputs: '{ "changelog": "${{ inputs.changelog }}" }' \ No newline at end of file + inputs: '{ "changelog": `${{ inputs.changelog }}` }' \ No newline at end of file