Ver código fonte

👷 CI : update workflows

chenshuai2144 5 anos atrás
pai
commit
b367b4755f

+ 6 - 6
.github/workflows/GitHub_Pages_Deploy.yml

@@ -1,6 +1,6 @@
-- name: Deploy to GitHub Pages
-  uses: maxheld83/ghpages@v0.2.1
-  if: success() && github.event == 'push' && github.ref == 'master'
-  env:
-    BUILD_DIR: 'dist/'
-    GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}
+name: Deploy to GitHub Pages
+uses: maxheld83/ghpages@v0.2.1
+if: success() && github.event == 'push' && github.ref == 'master'
+env:
+  BUILD_DIR: 'dist/'
+  GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}

+ 4 - 4
.github/workflows/issue-reference.yml

@@ -1,4 +1,4 @@
-- name: Add an issue reference
-  uses: kentaro-m/add-an-issue-reference-action@v1.0.0
-  env:
-    GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}
+name: Add an issue reference
+uses: kentaro-m/add-an-issue-reference-action@v1.0.0
+env:
+  GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}