From b3b920d77808845c8cc49cba6b7f94b9c0ec4f51 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 8 Sep 2026 11:08:10 +1000 Subject: [PATCH] feat(action): How about not relative lol --- .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 1167e74..b9bb144 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -8,7 +8,7 @@ jobs: runs-on: dotnet steps: - id: dotnet-build - uses: ./Nulah.PowerShell/.forgejo/dotnet-build@feature/forgejo-runner-and-actions' + uses: Nulah.PowerShell/.forgejo/dotnet-build@feature/forgejo-runner-and-actions' # with: # input-two-required: "two" - run: test "${{ steps.dotnet-build.outputs.key }}" = "two"