CI: correctly output subtarget in label workflow
authorChristian Marangi <ansuelsmth@gmail.com>
Thu, 25 May 2023 21:09:59 +0000 (23:09 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 25 May 2023 21:09:59 +0000 (23:09 +0200)
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 <ansuelsmth@gmail.com>
.github/workflows/label-kernel.yml
.github/workflows/label-target.yml

index 6c79014edb6f53f1d36fce2a698b6fce87f4788a..243d285e28996ca9971a39058704b53362cdb087 100644 (file)
@@ -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
index 4c3df28f51bb37dae3446363b53689fe174e109a..3a624598b1e21713dfc504922e27f5a252cc4f2f 100644 (file)
@@ -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