feat(action): Try use repository?
Some checks failed
/ dotnet (push) Failing after 0s

This commit is contained in:
Scott 2026-09-08 10:55:58 +10:00
commit 803159a4c6

View file

@ -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"