From 89c52eaadec9c9575a9905b530b7294f63b9e284 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 8 Sep 2026 15:19:20 +1000 Subject: [PATCH] feat(action): Guess I'll use docker for the uses? --- .forgejo/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 211e8dc..13065ec 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -5,7 +5,7 @@ jobs: # steps: # - run: echo All good! dotnet: - runs-on: dotnet + runs-on: docker steps: - uses: actions/checkout@v3 - id: dotnet-build