From 803159a4c6c384ce3353661390d6914f2adb3241 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 8 Sep 2026 10:55:58 +1000 Subject: [PATCH] feat(action): Try use repository? --- .forgejo/workflows/demo.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 19b0fc4..7df76d1 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -8,7 +8,9 @@ jobs: runs-on: dotnet steps: - id: dotnet-build - uses: ./.forgejo/dotnet-build@feature/forgejo-runner-and-actions + uses: Nulah.PowerShell/dotnet-build + with: + ref: 'feature/forgejo-runner-and-actions' # with: # input-two-required: "two" - run: test "${{ steps.dotnet-build.outputs.key }}" = "two"