From a70fad1aaf54107cee749e53c820c975bf5c7230 Mon Sep 17 00:00:00 2001 From: Jens Heinitz Date: Tue, 28 Jul 2026 20:11:28 +0200 Subject: [PATCH] next try for actions #2 --- .gitea/workflows/demo.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index b9aa815..8360600 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -5,6 +5,9 @@ on: [push] jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest + container: + volumes: + - /opt/gitea/data/runner/runner:/workspace steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"