diff --git a/.github/workflows/acceptance_test.yml b/.github/workflows/acceptance_test.yml index aa89699..c32c239 100644 --- a/.github/workflows/acceptance_test.yml +++ b/.github/workflows/acceptance_test.yml @@ -42,7 +42,7 @@ jobs: echo "matrix={'platform':['centos-stream8'],'collection':['puppet7', 'puppet8']}" >> $GITHUB_OUTPUT acceptance: - name: "Acceptance tests (${{matrix.platform.label}}, ${{matrix.collection}})" + name: "Acceptance tests (${{matrix.platform}}, ${{matrix.collection}})" needs: - setup_matrix if: ${{ needs.setup_matrix.outputs.matrix != '{}' }}