yavsc/.forgejo/workflows
Paul Schneider 5f50135c7f
Some checks failed
Dotnet build and test / log-the-inputs (pull_request) Successful in 9s
Dotnet build and test / build (pull_request) Failing after 2m1s
ci: drop working-directory, cd into /src/_src explicitly
forgejo-runner v13 does not interpolate ${{ runner.workspace }}
in working-directory: (or ignores the field entirely for docker
containers), so the container tried to chdir to '/_src' (literally)
which does not exist.

The image WORKDIR is /src, so clone directly into /src/_src and cd
into it at the start of each step. Adds an echo of the checkout
SHA + branch state for visibility in the log.
2026-08-16 13:27:36 +01:00
..
buildAndTest.yml ci: drop working-directory, cd into /src/_src explicitly 2026-08-16 13:27:36 +01:00