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)) { %>
# ====================================================================================
# <%- 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") -%>
<% }} %>

View File

@@ -135,7 +135,6 @@ inputs:
- xml
- svg
# Setup additional templates from remote repositories
setup_community_templates:
description: |
Community templates to setup