.gitea/workflows/build.yaml aktualisiert
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 11s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 11s
This commit is contained in:
@@ -13,8 +13,8 @@ jobs:
|
||||
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||
- name: print runner
|
||||
run: echo ${{ runner }}
|
||||
- name: print token
|
||||
run: echo ${{ secrets.GT_TOKEN }}
|
||||
- name: run urandom
|
||||
run: sudo mknod -m 666 /dev/urandom c 1 9
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
Reference in New Issue
Block a user