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>
runs-on: ubuntu-latest
outputs:
target: ${{ steps.set_target.outputs.target }}
+ subtarget: ${{ steps.set_target.outputs.subtarget }}
steps:
- name: Set target
runs-on: ubuntu-latest
outputs:
target: ${{ steps.set_target.outputs.target }}
+ subtarget: ${{ steps.set_target.outputs.subtarget }}
steps:
- name: Set target