From 1ca78aefd1f7c9e40379b5f554b25ac1bcc57cee Mon Sep 17 00:00:00 2001 From: Qubot <1445788683@qq.com> Date: Mon, 7 Aug 2023 06:17:46 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.gitea/workflows/build.ya?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index dbf96ab..dc2b8a8 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,7 +2,7 @@ name: Gitea Actions Demo run-name: ${{ github.actor }} is testing out Gitea Actions on: [push] jobs: - Explore-Gitea-Actions: + build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -11,4 +11,5 @@ jobs: with: java-version: '17' distribution: 'temurin' - - run: mvn \ No newline at end of file + - name: Build with Maven + run: mvn \ No newline at end of file