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!"