From 7a70bfd8786d0eb1e3cca6ee6a4a6b6e642a4e96 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 8 Sep 2026 10:59:51 +1000 Subject: [PATCH] feat(action): Use absolute action url --- .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 e57951c..6c45a4f 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/dotnet-build@feature/forgejo-runner-and-actions' + uses: https://moar.ws/git/pascal_nulah/Nulah.PowerShell/.forgejo/dotnet-build@feature/forgejo-runner-and-actions' # with: # input-two-required: "two" - run: test "${{ steps.dotnet-build.outputs.key }}" = "two"