From 958db4d0e9751afeef2c89d26f47f36646da5735 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 10 Feb 2023 13:01:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20github:=20Test=20generating=20jo?= =?UTF-8?q?b=20outputs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a55343d..8c7017d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,10 @@ jobs: rest: ${{ steps.step1.outputs.rest }} steps: - + name: Checkout + uses: actions/checkout@v3 + - + name: Generate outputs id: step1 run: | echo "core=$(./.github/list-subimages --core --csv)" >>$GITHUB_OUTPUT