Fixed pipeline syntax.

This commit is contained in:
Patrick Lehmann
2024-11-03 09:07:27 +01:00
parent c924651632
commit bec076bd66
15 changed files with 17 additions and 17 deletions

View File

@@ -68,7 +68,7 @@ jobs:
Coverage:
name: 📈 Collect Coverage Data using Python ${{ inputs.python_version }}
runs-on: "ubuntu-${ubuntu_image_version}"
runs-on: "ubuntu-${{ inputs.ubuntu_image_version }}"
steps:
- name: ⏬ Checkout repository