fixed: 流水线启动事件fork

This commit is contained in:
xxq250 2025-02-11 12:24:46 +08:00
parent bb14883e31
commit 19ccaa5599
1 changed files with 1 additions and 1 deletions

View File

@ -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 %>: