From 04983e4b936153e81b1121eb79b123d44964cde1 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 8 Sep 2026 11:08:37 +1000 Subject: [PATCH] feat(action): How about absolute with a username? --- .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 b9bb144..53a7880 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: https://moar.ws/git/Nulah.PowerShell/.forgejo/dotnet-build@feature/forgejo-runner-and-actions' # with: # input-two-required: "two" - run: test "${{ steps.dotnet-build.outputs.key }}" = "two"