From 8aa5a860101cc3f8d35ca968746320495c4b469e Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Thu, 25 May 2023 23:09:59 +0200 Subject: CI: correctly output subtarget in label workflow Commit bf8187d5dc4d ("CI: use split target and subtarget in label workflow") didn't correctly output subtarget resulting in calling with an empty subtarget. Fix this and correctly output generated subtarget. Fixes: bf8187d5dc4d ("CI: use split target and subtarget in label workflow") Signed-off-by: Christian Marangi --- .github/workflows/label-kernel.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/label-kernel.yml') diff --git a/.github/workflows/label-kernel.yml b/.github/workflows/label-kernel.yml index 6c79014edb6..243d285e289 100644 --- a/.github/workflows/label-kernel.yml +++ b/.github/workflows/label-kernel.yml @@ -13,6 +13,7 @@ jobs: runs-on: ubuntu-latest outputs: target: ${{ steps.set_target.outputs.target }} + subtarget: ${{ steps.set_target.outputs.subtarget }} steps: - name: Set target -- cgit v1.2.3