feat(action): idk maybe it needs an absolute path?
Some checks failed
/ dotnet (push) Failing after 8s

This commit is contained in:
Scott 2026-09-08 16:26:19 +10:00
commit 0778f67928

View file

@ -7,13 +7,14 @@ jobs:
dotnet:
runs-on: docker
steps:
- uses: actions/checkout@v7
- id: checkout
uses: actions/checkout@v7
with:
repository: "pascal_nulah/Nulah.PowerShell"
ref: "feature/forgejo-runner-and-actions"
github-server-url: "https://git.moar.ws/"
- id: dotnet-build
uses: .forgejo/dotnet-build'
uses: ./.forgejo/dotnet-build/action.yml'
# with:
# input-two-required: "two"
- run: test "${{ steps.dotnet-build.outputs.key }}" = "two"