Auto-regenerate files

This commit is contained in:
github-actions[bot]
2021-04-18 14:45:04 +00:00
parent db603605bd
commit c71749851f

7
action.yml generated
View File

@@ -853,11 +853,18 @@ inputs:
default: 2 default: 2
# Number of lines to display per question or answer # Number of lines to display per question or answer
# Code snippets will take one line slot and should be configured with "plugin_stackoverflow_lines_snippet" instead
# Set to 0 to disable limitations # Set to 0 to disable limitations
plugin_stackoverflow_lines: plugin_stackoverflow_lines:
description: Maximum number of lines to display per question or answer description: Maximum number of lines to display per question or answer
default: 4 default: 4
# Number of lines to display per code snippet
# Set to 0 to disable limitations
plugin_stackoverflow_lines_snippet:
description: Maximum number of lines to display per code snippet
default: 2
# ==================================================================================== # ====================================================================================
# ✒️ Recent posts # ✒️ Recent posts