github: Drop incorrect/leftover statement in test.yml (#13070)

This commit is contained in:
dustinface 2022-09-08 20:46:31 +02:00 committed by GitHub
parent 87a3e93cc4
commit 030082e350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,6 @@ jobs:
python tests/build-job-matrix.py --per directory --verbose > matrix.json
cat matrix.json
echo ::set-output name=configuration::$(cat matrix.json)
echo ::set-output name=steps::$(cat some.json)
outputs:
configuration: ${{ steps.configure.outputs.configuration }}