From c8860ea0c0ee32f6a036fc6703c39e36ab335b91 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 8 Sep 2026 16:53:05 +1000 Subject: [PATCH] feat(action): break everything by splitting it into stages --- .forgejo/workflows/demo.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index b36337d..0443181 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -4,7 +4,7 @@ jobs: # runs-on: docker # steps: # - run: echo All good! - dotnet: + checkout: runs-on: docker steps: - id: checkout @@ -13,7 +13,9 @@ jobs: repository: "pascal_nulah/Nulah.PowerShell" ref: "feature/forgejo-runner-and-actions" github-server-url: "https://git.moar.ws/" - # idk just show me what the fuck exists + dotnet: + runs-on: dotnet + steps: - name: list directory contents run: ls ./.forgejo/dotnet-build -la - id: why_not_use_the_action_we_just_verified_exists_from_above