Skip to content

Commit f4a2435

Browse files
Merge pull request #670 from puppetlabs/CONT-404-Address_set-output_deprecation
(CONT-404) Address set-output deprecation
2 parents 9d8ce40 + 0648c00 commit f4a2435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
id: get-matrix
5656
run: |
5757
if [ '${{ github.repository_owner }}' == 'puppetlabs' ]; then
58-
echo "::set-output name=matrix::{'platform':['centos-7'],'collection':['puppet6-nightly']}"
58+
echo "matrix={'platform':['centos-7'],'collection':['puppet6-nightly']}" >> $GITHUB_OUTPUT
5959
else
60-
echo "::set-output name=matrix::{}"
60+
echo "matrix={}" >> $GITHUB_OUTPUT
6161
fi
6262
6363
- name: "Honeycomb: Record Setup Test Matrix time"

0 commit comments

Comments
 (0)