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

This commit is contained in:
2025-08-04 22:20:45 +02:00
parent 023d74150c
commit dcbc81af8d

View File

@@ -13,8 +13,8 @@ jobs:
- 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 }}."
- name: print runner - name: print runner
run: echo ${{ runner }} run: echo ${{ runner }}
- name: print token - name: run urandom
run: echo ${{ secrets.GT_TOKEN }} run: sudo mknod -m 666 /dev/urandom c 1 9
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: