소스 검색

Fix auto sync demo workflow

杜府 3 년 전
부모
커밋
b9a12c1441
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/auto-sync-demo.yml

+ 2 - 2
.github/workflows/auto-sync-demo.yml

@@ -18,8 +18,8 @@ jobs:
 
             # 1. clone 仓库 github.com/dufu1991/stdf
             - name: Clone stdf
-                run: |
-                    git clone git@github.com:dufu1991/stdf.git
+              run: |
+                  git clone git@github.com:dufu1991/stdf.git
 
             # 2. cd 到 stdf 仓库的 demo 文件内,初始化本地仓库
             #    将 demo/src/App.svelte 文件内的 ../../components 替换为 stdf