From 84df4ad93a69faaf172ac37eb2e8d38c05c60ecb Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Wed, 10 Dec 2025 17:35:40 +0800 Subject: [PATCH] fix(ci): remove space --- .github/workflows/build-plugin-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-plugin-docs.yml b/.github/workflows/build-plugin-docs.yml index 8d8d9a252a..1a30e08b39 100644 --- a/.github/workflows/build-plugin-docs.yml +++ b/.github/workflows/build-plugin-docs.yml @@ -10,7 +10,7 @@ jobs: build-and-sync-docs: runs-on: ubuntu-latest # Only run on manual trigger or when the commit message starts with "chore(libs): bump version" - if: github.event_name == 'workflow_dispatch' || startsWith(github.event.head_commit.message, 'chore(libs): bump version') + if: github.event_name == 'workflow_dispatch' || startsWith(github.event.head_commit.message, 'chore(libs):bump version') steps: - name: Checkout logseq repository