From 3330728b5ab297df4647a519e7d1325b2d7e0b07 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 8 Sep 2026 10:35:59 +1000 Subject: [PATCH] fix(action): Remove relative directory and comment out test job --- .forgejo/workflows/demo.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 6548376..e7bcdc1 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -1,14 +1,14 @@ on: [push] jobs: - test: - runs-on: docker - steps: - - run: echo All good! - asdf: + # test: + # runs-on: docker + # steps: + # - run: echo All good! + dotnet: runs-on: dotnet steps: - id: dotnet-build - uses: ./.forgejo/dotnet-build + uses: .forgejo/dotnet-build # with: # input-two-required: "two" - run: test "${{ steps.dotnet-build.outputs.key }}" = "two"