feat(action): Apparently it might need a checkout action?
Some checks failed
/ dotnet (push) Failing after 0s

This commit is contained in:
Scott 2026-09-08 11:11:36 +10:00
commit 5cfbcc41d5

View file

@ -7,8 +7,9 @@ jobs:
dotnet:
runs-on: dotnet
steps:
- uses: actions/checkout@v3
- id: dotnet-build
uses: https://moar.ws/git/Nulah.PowerShell/.forgejo/dotnet-build@feature/forgejo-runner-and-actions'
uses: ./.forgejo/dotnet-build@feature/forgejo-runner-and-actions'
# with:
# input-two-required: "two"
- run: test "${{ steps.dotnet-build.outputs.key }}" = "two"