From 81f621b0a6bd7c62a329673e65067ce34a44fedd Mon Sep 17 00:00:00 2001 From: carm Date: Mon, 7 Feb 2022 03:04:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9E=84=E5=BB=BA=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/maven.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c80513c..7608797 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -name: "Project Deploy" +name: "Deploy & Upload" on: # 支持手动触发构建 @@ -83,7 +83,7 @@ jobs: git push origin HEAD:gh-pages --force central-deploy: - name: "Deploy Project (Central Repository)" + name: "Deploy Project (Central)" runs-on: ubuntu-latest steps: diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index dcd12d2..177cd2d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -name: Project Build & Tests +name: Build & Tests on: # 支持手动触发构建