From 11d1522c79f3f9c9eb2586ffba5ebfa9b8f6edba Mon Sep 17 00:00:00 2001 From: Aiqiao Yan <55104035+aiqiaoy@users.noreply.github.com> Date: Wed, 15 Jul 2026 18:46:48 +0000 Subject: [PATCH] rebuild --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 5162066..b319687 100644 --- a/dist/index.js +++ b/dist/index.js @@ -42107,7 +42107,7 @@ async function getInputs() { // guard. // // The trim below strips only the ASCII whitespace characters which are all forbidden - // in a git branch name. + // in a git branch name. // \t U+0009 horizontal tab - ASCII control, forbidden in ref names // \n U+000A line feed - ASCII control, forbidden in ref names // \v U+000B vertical tab - ASCII control, forbidden in ref names