ソースを参照

fix(ci): remove space

Tienson Qin 4 ヶ月 前
コミット
84df4ad93a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/build-plugin-docs.yml

+ 1 - 1
.github/workflows/build-plugin-docs.yml

@@ -10,7 +10,7 @@ jobs:
   build-and-sync-docs:
   build-and-sync-docs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     # Only run on manual trigger or when the commit message starts with "chore(libs): bump version"
     # 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:
     steps:
       - name: Checkout logseq repository
       - name: Checkout logseq repository