소스 검색

workflow: update actions

陈凯龙 3 년 전
부모
커밋
c041dde4bf
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/auto-merge.yml

+ 2 - 2
.github/workflows/auto-merge.yml

@@ -69,7 +69,7 @@ jobs:
           git config --local user.email "321200875@qq.com"
           git config --local user.name "kailong321200875"
 
-      # 发布到github
+      # 发布到 github
       - name: Build Github
         run: |
           pnpm install
@@ -130,7 +130,7 @@ jobs:
           pnpm install
           pnpm run build:gitee
 
-      # 发布到gitee
+      # 发布到 gitee
       - name: Deploy Gitee
         uses: peaceiris/actions-gh-pages@v3
         with: