chore: remove empty lines from action.yml

This commit is contained in:
lowlighter
2022-01-20 19:30:53 -05:00
parent bba5cc4912
commit 2112e3a53c
2 changed files with 1 additions and 3 deletions

View File

@@ -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") -%>
<% }} %> <% }} %>

View File

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