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