From e2d616b9c531d622dff5788e4d609004c6cf33a2 Mon Sep 17 00:00:00 2001 From: Falko Victor Habel Date: Thu, 31 Oct 2024 14:52:59 +0000 Subject: [PATCH] .gitea/workflows/run.yaml aktualisiert --- .gitea/workflows/run.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/run.yaml b/.gitea/workflows/run.yaml index 304c944..a64f7e1 100644 --- a/.gitea/workflows/run.yaml +++ b/.gitea/workflows/run.yaml @@ -5,6 +5,7 @@ on: [push] jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest + container: catthehacker/ubuntu:act-latest 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!"