chore: remove empty lines from action.yml
This commit is contained in:
3
source/app/action/action.yml
generated
3
source/app/action/action.yml
generated
@@ -5,8 +5,7 @@ inputs:
|
||||
<% for (const [plugin, {name, action}] of Object.entries(plugins)) { %>
|
||||
# ====================================================================================
|
||||
# <%- name %>
|
||||
<% for (const [input, {comment, descriptor}] of Object.entries(action)) { %>
|
||||
<%- comment.split("\n").map((line, i) => `${i ? " " : ""}${line}`).join("\n").trim() %>
|
||||
<% for (const [input, {descriptor}] of Object.entries(action)) { %>
|
||||
<%- descriptor.split("\n").map((line, i) => `${i ? " " : ""}${line}`).join("\n") -%>
|
||||
<% }} %>
|
||||
|
||||
|
||||
@@ -135,7 +135,6 @@ inputs:
|
||||
- xml
|
||||
- svg
|
||||
|
||||
# Setup additional templates from remote repositories
|
||||
setup_community_templates:
|
||||
description: |
|
||||
Community templates to setup
|
||||
|
||||
Reference in New Issue
Block a user