From 11d93f2276edb5b0f4061138bd7cd5a4bdf9967c Mon Sep 17 00:00:00 2001 From: "wraith-ci[bot]" Date: Tue, 9 Jul 2024 01:33:41 +0000 Subject: [PATCH] chore: regenerate artifact --- packages/action/dist/index.cjs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/action/dist/index.cjs b/packages/action/dist/index.cjs index 273717f..bae80a5 100644 --- a/packages/action/dist/index.cjs +++ b/packages/action/dist/index.cjs @@ -26188,14 +26188,14 @@ var unfurl = async (data, ...optional4) => { return Object.fromEntries(result); }; -// ../../node_modules/.pnpm/octoflare@0.24.46/node_modules/octoflare/dist/action/action.js +// ../../node_modules/.pnpm/octoflare@0.25.0/node_modules/octoflare/dist/action/action.js var import_core = __toESM(require_core(), 1); var import_github = __toESM(require_github(), 1); -// ../../node_modules/.pnpm/octoflare@0.24.46/node_modules/octoflare/dist/utils/limitStr.js +// ../../node_modules/.pnpm/octoflare@0.25.0/node_modules/octoflare/dist/utils/limitStr.js var limitStr = (str, num) => str.length > num ? `${str.substring(0, num)}...` : str; -// ../../node_modules/.pnpm/octoflare@0.24.46/node_modules/octoflare/dist/utils/errorLogging.js +// ../../node_modules/.pnpm/octoflare@0.25.0/node_modules/octoflare/dist/utils/errorLogging.js var errorLogging = async ({ octokit, repo, owner, error: error3, info: info6 }) => { try { const errorTitle = `Octoflare Error: ${limitStr(error3.message, 64)}`; @@ -26242,7 +26242,7 @@ ${error3.stack} } }; -// ../../node_modules/.pnpm/octoflare@0.24.46/node_modules/octoflare/dist/utils/updateChecks.js +// ../../node_modules/.pnpm/octoflare@0.25.0/node_modules/octoflare/dist/utils/updateChecks.js var updateChecks = ({ kit, check_run_id, owner, repo, conclusion, output, details_url, status }) => kit.rest.checks.update({ check_run_id, owner, @@ -26258,7 +26258,7 @@ var updateChecks = ({ kit, check_run_id, owner, repo, conclusion, output, detail } : void 0 }); -// ../../node_modules/.pnpm/octoflare@0.24.46/node_modules/octoflare/dist/action/action.js +// ../../node_modules/.pnpm/octoflare@0.25.0/node_modules/octoflare/dist/action/action.js var action = async (handler, options) => { const { skipTokenRevocation } = options ?? {}; const payloadStr = import_core.default.getInput("payload", { required: true }); @@ -26335,7 +26335,7 @@ Cause on Action } }; -// ../../node_modules/.pnpm/octoflare@0.24.46/node_modules/octoflare/dist/re-exports/actions/core.js +// ../../node_modules/.pnpm/octoflare@0.25.0/node_modules/octoflare/dist/re-exports/actions/core.js var core_exports = {}; __reExport(core_exports, __toESM(require_core(), 1)); @@ -27393,7 +27393,7 @@ var apps = { assign }; -// ../../node_modules/.pnpm/octoflare@0.24.46/node_modules/octoflare/dist/re-exports/actions/github.js +// ../../node_modules/.pnpm/octoflare@0.25.0/node_modules/octoflare/dist/re-exports/actions/github.js var github_exports = {}; __reExport(github_exports, __toESM(require_github(), 1));