From 030082e350b6d571b9bf456e9ad8ea8b2cb7e1b4 Mon Sep 17 00:00:00 2001 From: dustinface <35775977+xdustinface@users.noreply.github.com> Date: Thu, 8 Sep 2022 20:46:31 +0200 Subject: [PATCH] github: Drop incorrect/leftover statement in `test.yml` (#13070) --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index efcc249679a2..6f5018c374fa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}