.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 }}."
|
- 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:
|
||||||
|
Reference in New Issue
Block a user