.gitea/workflows/build.yaml aktualisiert
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-08-04 22:26:27 +02:00
parent dcbc81af8d
commit 54e68109f9

View File

@@ -4,17 +4,13 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
runs-on: ubuntu;22.04
#container:
# image: node:20
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: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: print runner
run: echo ${{ runner }}
- name: run urandom
run: sudo mknod -m 666 /dev/urandom c 1 9
- name: Check out repository code
uses: actions/checkout@v4
with: