feat(action): Use absolute action path for forgejo lol!
Some checks failed
/ dotnet (push) Failing after 3s

This commit is contained in:
Scott 2026-09-08 11:14:55 +10:00
commit f6ae48c9ab

View file

@ -7,7 +7,7 @@ jobs:
dotnet: dotnet:
runs-on: dotnet runs-on: dotnet
steps: steps:
- uses: actions/checkout@v3 - uses: https://code.forgejo.com/actions/checkout@v3
- id: dotnet-build - id: dotnet-build
uses: ./.forgejo/dotnet-build@feature/forgejo-runner-and-actions' uses: ./.forgejo/dotnet-build@feature/forgejo-runner-and-actions'
# with: # with: