pipeline test
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 35s

This commit is contained in:
2026-07-28 14:59:55 +01:00
parent 1608de7876
commit 2687c35723
+4 -1
View File
@@ -1,9 +1,12 @@
name: Gitea Actions Demo name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push] on:
push:
workflow_dispatch:
container: container:
network: gitea-network network: gitea-network
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest