.gitea/workflows/pipeline.yml aktualisiert
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
Gitea Actions Demo / Create Release (push) Successful in 10s
Gitea Actions Demo / build website (push) Has been cancelled

This commit is contained in:
2026-04-21 07:39:12 +02:00
parent d4a8c685e7
commit 5d10495260
+2 -1
View File
@@ -12,6 +12,8 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "Token ${{ secrets.GITEA_TOKEN }}"
- run: echo "REF ${{ gitea.ref }}"
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
@@ -20,7 +22,6 @@ jobs:
- run: echo "🍏 This job's status is ${{ job.status }}."
jobs:
build:
name: Create Release
runs-on: ubuntu-latest