You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- steps:
- - name: <%=self.node.name %>
- uses: <%=self.full_name %>
- <%if self.action_node_inputs.present? %>
- with:
- <% self.action_node_inputs.each do |input| %>
- <%=input.name %>: ''
- <%end %>
- <%end %>
|