We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d8ce40 + 0648c00 commit f4a2435Copy full SHA for f4a2435
.github/workflows/integration_test.yml
@@ -55,9 +55,9 @@ jobs:
55
id: get-matrix
56
run: |
57
if [ '${{ github.repository_owner }}' == 'puppetlabs' ]; then
58
- echo "::set-output name=matrix::{'platform':['centos-7'],'collection':['puppet6-nightly']}"
+ echo "matrix={'platform':['centos-7'],'collection':['puppet6-nightly']}" >> $GITHUB_OUTPUT
59
else
60
- echo "::set-output name=matrix::{}"
+ echo "matrix={}" >> $GITHUB_OUTPUT
61
fi
62
63
- name: "Honeycomb: Record Setup Test Matrix time"
0 commit comments