From 44d4b83a80cbbd51d07a7690537e6bc313709316 Mon Sep 17 00:00:00 2001 From: Edward Wall Date: Fri, 4 Jul 2025 11:24:32 +0200 Subject: [PATCH] can I use a custom image? --- .gitea/workflows/action.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 5106591..694a982 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -3,6 +3,8 @@ on: [push] jobs: Example-Actions: - runs-on: ubuntu-22.04 + runs-on: linepics 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!" + - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."