yavsc/.forgejo/workflows
Paul Schneider 8bfa947148 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