From c71749851f84c0aeb5587cd2c0dd6905a490ad92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Apr 2021 14:45:04 +0000 Subject: [PATCH] Auto-regenerate files --- action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/action.yml b/action.yml index 532aa5de..e081428a 100644 --- a/action.yml +++ b/action.yml @@ -853,11 +853,18 @@ inputs: default: 2 # 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 plugin_stackoverflow_lines: description: Maximum number of lines to display per question or answer 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