fixed: 流水线启动事件fork
This commit is contained in:
		
							parent
							
								
									bb14883e31
								
							
						
					
					
						commit
						19ccaa5599
					
				| 
						 | 
					@ -33,7 +33,7 @@ on:
 | 
				
			||||||
      - '.gitea/workflows/**'
 | 
					      - '.gitea/workflows/**'
 | 
				
			||||||
      - '.github/workflows/**'
 | 
					      - '.github/workflows/**'
 | 
				
			||||||
  <% end %>
 | 
					  <% end %>
 | 
				
			||||||
  <%if node.name.to_s.include?("on-fork") && node.input_values.present? %>
 | 
					  <%if node.name.to_s.include?("on-fork") %>
 | 
				
			||||||
      fork:
 | 
					      fork:
 | 
				
			||||||
      <% node.input_values.each_key do |key| %>
 | 
					      <% node.input_values.each_key do |key| %>
 | 
				
			||||||
      <%=key %>:
 | 
					      <%=key %>:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue