Warn if the add-snippets input is used

This commit is contained in:
Michael B. Gale
2025-10-29 09:28:51 +00:00
parent db47d17142
commit 4ae68afd84
3 changed files with 17 additions and 0 deletions
+5
View File
@@ -96388,6 +96388,11 @@ async function run() {
logger
);
if (getRequiredInput("skip-queries") !== "true") {
if (getOptionalInput("add-snippets") !== void 0) {
logger.warning(
"The `add-snippets` input has been removed and no longer has any effect."
);
}
runStats = await runQueries(
outputDir,
memory,