.gitea/workflows/test.yml aktualisiert
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 32s Details

This commit is contained in:
florian 2024-01-08 20:14:54 +01:00
parent 2d734c49df
commit 32b60733a5
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."