name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions πŸš€ on: [push] jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: - name: ε…‹ιš†δ»£η  uses: https://gitea.com/actions/checkout@v4 - name: 准倇maven uses: https://gitea.com/actions/setup-java@v4 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." - name: List files in the repository run: | ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}."