From 2e889b60c6327cf9029192e62638f87147190f26 Mon Sep 17 00:00:00 2001 From: TangHuan Date: Wed, 2 Apr 2025 09:17:13 +0800 Subject: [PATCH] init --- .gitea/workflows/dev.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index ebd326a..dba4ec2 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -10,8 +10,9 @@ jobs: uses: https://gitea.com/actions/checkout@v4 - name: 准备maven uses: https://gitea.com/actions/setup-java@v4 - distribution: 'dragonwell' - java-version: '21' + with: + distribution: 'dragonwell' + java-version: '21' - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."