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

This commit is contained in:
jusax23 2023-11-23 14:38:12 +01:00
parent faafcc8487
commit 2536aea9ff

View file

@ -5,6 +5,8 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: default
container:
image: ubuntu:latest
steps:
- run: cat /etc/os-release
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."