From 6651870c9f8f3078bbfda1212f720ace285a35b7 Mon Sep 17 00:00:00 2001 From: long Date: Mon, 18 May 2026 00:36:31 -0500 Subject: [PATCH] added action runner --- .gitea/workflows/test.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitea/workflows/test.yaml diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..6f24ce5 --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -0,0 +1,7 @@ +jobs: + Explore-Gitea-Actions: + container: busybox + steps: + - name: Long Sleep + run: | + sleep 300