init
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
TangHuan 2025-04-02 09:17:13 +08:00
parent 03e3476b99
commit 2e889b60c6

View File

@ -10,8 +10,9 @@ jobs:
uses: https://gitea.com/actions/checkout@v4 uses: https://gitea.com/actions/checkout@v4
- name: 准备maven - name: 准备maven
uses: https://gitea.com/actions/setup-java@v4 uses: https://gitea.com/actions/setup-java@v4
distribution: 'dragonwell' with:
java-version: '21' distribution: 'dragonwell'
java-version: '21'
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - 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." - run: echo "🖥️ The workflow is now ready to test your code on the runner."