Skip to content

Commit

Permalink
Fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 19, 2024
1 parent 830ffe9 commit b5597e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != '{}' }}
Expand Down

0 comments on commit b5597e0

Please sign in to comment.