From 475556191e143f24784c70d7e7d217f0efad64b6 Mon Sep 17 00:00:00 2001 From: mistsage2 Date: Fri, 17 Oct 2025 10:56:19 -0900 Subject: [PATCH] Add demo.yaml Testing with a echo Nice --- demo.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 demo.yaml diff --git a/demo.yaml b/demo.yaml new file mode 100644 index 0000000..c496551 --- /dev/null +++ b/demo.yaml @@ -0,0 +1,5 @@ +jobs: + Explore-Gitea-Actions: + runs-on:grafana-test + steps: + - run: echo "Nice!" \ No newline at end of file