From 6b6c3816632bdc892fd76a0509f0c4118b3adcc0 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Fri, 14 Nov 2025 02:45:51 +1000 Subject: [PATCH] add act_runner --- .gitea/workflows/act.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/act.yaml b/.gitea/workflows/act.yaml index 275410d..7ebf923 100644 --- a/.gitea/workflows/act.yaml +++ b/.gitea/workflows/act.yaml @@ -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!"