From 9131865d862ba8a1541990a7374b1a5d42759fd1 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 8 Sep 2026 16:21:45 +1000 Subject: [PATCH] feat(action): idk let's try make it find the action in the now cloned repo this way --- .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 e04b361..6ef62f0 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -13,7 +13,7 @@ jobs: ref: "feature/forgejo-runner-and-actions" github-server-url: "https://git.moar.ws/" - id: dotnet-build - uses: ./.forgejo/dotnet-build' + uses: .forgejo/dotnet-build' # with: # input-two-required: "two" - run: test "${{ steps.dotnet-build.outputs.key }}" = "two"