add act_runner
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
hogweed1
2025-11-14 02:45:51 +10:00
parent 122e857a24
commit 6b6c381663

View File

@@ -5,6 +5,9 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: linux-amd64
defaults:
run:
shell: bash
steps:
- name: Run a command on the host
run: echo "Hello from the host!"