CI: correctly output subtarget in label workflow
Commitbf8187d5dc("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:bf8187d5dc("CI: use split target and subtarget in label workflow") Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/label-kernel.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/label-kernel.yml
									
									
									
									
										vendored
									
									
								
							@@ -13,6 +13,7 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    outputs:
 | 
					    outputs:
 | 
				
			||||||
      target: ${{ steps.set_target.outputs.target }}
 | 
					      target: ${{ steps.set_target.outputs.target }}
 | 
				
			||||||
 | 
					      subtarget: ${{ steps.set_target.outputs.subtarget }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Set target
 | 
					      - name: Set target
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								.github/workflows/label-target.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/label-target.yml
									
									
									
									
										vendored
									
									
								
							@@ -13,6 +13,7 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    outputs:
 | 
					    outputs:
 | 
				
			||||||
      target: ${{ steps.set_target.outputs.target }}
 | 
					      target: ${{ steps.set_target.outputs.target }}
 | 
				
			||||||
 | 
					      subtarget: ${{ steps.set_target.outputs.subtarget }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Set target
 | 
					      - name: Set target
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user