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:27 +08:00
parent 2e889b60c6
commit 78b4212e93

View File

@ -12,7 +12,7 @@ jobs:
uses: https://gitea.com/actions/setup-java@v4 uses: https://gitea.com/actions/setup-java@v4
with: with:
distribution: 'dragonwell' distribution: 'dragonwell'
java-version: '21' java-version: '17'
- 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."