Skip to content

Commit

Permalink
Clean up usage of deprecated set-output in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Jan 7, 2025
1 parent 3b9a783 commit 51e945b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: |
sudo apt install groovy -y --no-install-recommends
TEST_GROUPS=$(groovy .github/generate-test-groups.groovy)
echo "::set-output name=matrix::${TEST_GROUPS}"
echo "matrix=${TEST_GROUPS}" >> $GITHUB_OUTPUT
integration-tests:
name: Integration Tests - ${{matrix.name}}
Expand Down

0 comments on commit 51e945b

Please sign in to comment.