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

This commit is contained in:
2025-08-05 10:44:12 +02:00
parent a7f0213445
commit 8a4957f59d

View File

@@ -10,7 +10,9 @@ jobs:
steps: steps:
- name: Set temp dir - name: Set temp dir
run: mkdir /tmp/git-temp && export GIT_TEMP_DIR=/tmp/git-temp run: mkdir /tmp/git-temp && export GIT_TEMP_DIR=/tmp/git-temp
- run: git clone https://github.com/your/repo.git - name: Clone repo
run: git clone https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/your/repo.git
- run: git clone gitea.repository
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - 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: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."