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)) { %>
|
<% for (const [plugin, {name, action}] of Object.entries(plugins)) { %>
|
||||||
# ====================================================================================
|
# ====================================================================================
|
||||||
# <%- name %>
|
# <%- name %>
|
||||||
<% for (const [input, {comment, descriptor}] of Object.entries(action)) { %>
|
<% for (const [input, {descriptor}] of Object.entries(action)) { %>
|
||||||
<%- comment.split("\n").map((line, i) => `${i ? " " : ""}${line}`).join("\n").trim() %>
|
|
||||||
<%- descriptor.split("\n").map((line, i) => `${i ? " " : ""}${line}`).join("\n") -%>
|
<%- descriptor.split("\n").map((line, i) => `${i ? " " : ""}${line}`).join("\n") -%>
|
||||||
<% }} %>
|
<% }} %>
|
||||||
|
|
||||||
|
|||||||
@@ -135,7 +135,6 @@ inputs:
|
|||||||
- xml
|
- xml
|
||||||
- svg
|
- svg
|
||||||
|
|
||||||
# Setup additional templates from remote repositories
|
|
||||||
setup_community_templates:
|
setup_community_templates:
|
||||||
description: |
|
description: |
|
||||||
Community templates to setup
|
Community templates to setup
|
||||||
|
|||||||
Reference in New Issue
Block a user