.gitea/workflows/build.yaml aktualisiert
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m4s

This commit is contained in:
2025-08-05 09:03:01 +02:00
parent 11c0cc7232
commit d29d7f73f9

View File

@@ -10,7 +10,6 @@ jobs:
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: sudo apt update && sudo apt upgrade -y
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v4