Browse Source

Merge branch 'main' of github.com:dufu1991/stdf

杜府 3 years ago
parent
commit
ffbf72376a

+ 1 - 1
.github/workflows/auto-deploy-demo.yml

@@ -7,7 +7,7 @@
 # 6. 使用 appleboy/scp-action@master 将 demo/dist 目录下所有文件上传到服务器上 demo 目录下
 # 7. 执行 demo/Refresh-auto.py 刷新 CDN 缓存
 
-name: Auto deploy demo
+name: AUTO DEPLOY DEMO
 
 on:
     push:

+ 1 - 1
.github/workflows/auto-public-npm.yml

@@ -1,6 +1,6 @@
 # 当分支 main 有 push 事件并且此次 push 包含了 components 目录下的文件时,执行以下任务
 
-name: Auto publish npm
+name: AUTO PUBLISH NPM
 
 on:
     push:

+ 1 - 1
.github/workflows/auto-releases.yml

@@ -1,6 +1,6 @@
 # 当分支 main 有 push 事件,并且此次 push 包含了 components/package.json 文件时,执行以下任务
 
-name: Auto releases
+name: AUTO RELEASES
 
 on:
     push:

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

@@ -1,6 +1,6 @@
 # 当分支 main 有 push 事件,并且此次 push 包含了 demo 目录下的文件时触发,使用 GitHub Actions 执行
 
-name: Auto sync demo
+name: AUTO SYNC DEMO
 
 on:
     push: