commit 475556191e143f24784c70d7e7d217f0efad64b6 Author: mistsage2 Date: Fri Oct 17 10:56:19 2025 -0900 Add demo.yaml Testing with a echo Nice 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