workflows/reusable.yaml: Remove distro from step name

The section header "Run packaging test on ${{ matrix.distro.name }}" doesn't get the distro name expanded in the run log's section header for whatever reason. It only adds redundant and, hence, slightly confusing information, so remove it.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-06-03 07:14:26 +02:00
commit 1d76f4f3e9
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61

View file

@ -18,7 +18,7 @@ jobs:
image: ${{ matrix.distro.image }}
steps:
- name: Run packaging test on ${{ matrix.distro.name }}
- name: Run packaging test
uses: ci/action-build-package@master
with:
distro-name: ${{ matrix.distro.name }}