Add
jobs.test.name: Packaging test - ${{ matrix.distro.name }} jobs.test.steps.name: Run packaging test on ${{ matrix.distro.name }} jobs.test.steps.uses.with.distro-name: ${{ matrix.distro.name }}
In the hope that this makes the logs look nicer.
Quoting from https://forgejo.org/docs/latest/user/actions/reference/
NOTE: if jobs.<job_id>.name is set, care must be taken that it evaluates to a unique name for each job created from the matrix, e.g. name-${{ matrix.variant }}-${{ matrix.node}} in the above example.
Signed-off-by: Jan Lindemann <jan@janware.com>