From e63091d18bb706da541a5592dafc5c61ced74adf Mon Sep 17 00:00:00 2001 From: jaime merino Date: Tue, 28 Apr 2026 08:53:49 +0200 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55c8e60..7fe2d6a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add the following step to your `.forgejo/workflows/` (or `.github/workflows/`) f ```yaml jobs: my-job: - runs-on: ubuntu-latest + runs-on: stackit-ubuntu-22 steps: - name: Authenticate with STACKIT uses: stackit-auth-action@v1