Skip to content

Commit

Permalink
Merge pull request #839 from jill64/renovate/octoflare-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency octoflare to v0.24.45
  • Loading branch information
wraith-ci[bot] authored Jul 3, 2024
2 parents af327ab + 0c4f91f commit a7e3782
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@jill64/prettier-config": "1.0.0",
"@jill64/unfurl": "2.0.5",
"@playwright/test": "1.45.1",
"octoflare": "0.24.44",
"octoflare": "0.24.45",
"prettier": "3.3.2",
"typescanner": "0.5.3",
"tsx": "4.16.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/action/dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -26188,14 +26188,14 @@ var unfurl = async (data, ...optional4) => {
return Object.fromEntries(result);
};

// ../../node_modules/.pnpm/octoflare@0.24.44/node_modules/octoflare/dist/action/action.js
// ../../node_modules/.pnpm/octoflare@0.24.45/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.44/node_modules/octoflare/dist/utils/limitStr.js
// ../../node_modules/.pnpm/octoflare@0.24.45/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.44/node_modules/octoflare/dist/utils/errorLogging.js
// ../../node_modules/.pnpm/octoflare@0.24.45/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)}`;
Expand Down Expand Up @@ -26242,7 +26242,7 @@ ${error3.stack}
}
};

// ../../node_modules/.pnpm/octoflare@0.24.44/node_modules/octoflare/dist/utils/updateChecks.js
// ../../node_modules/.pnpm/octoflare@0.24.45/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,
Expand All @@ -26258,7 +26258,7 @@ var updateChecks = ({ kit, check_run_id, owner, repo, conclusion, output, detail
} : void 0
});

// ../../node_modules/.pnpm/octoflare@0.24.44/node_modules/octoflare/dist/action/action.js
// ../../node_modules/.pnpm/octoflare@0.24.45/node_modules/octoflare/dist/action/action.js
var action = async (handler, options) => {
const { skipTokenRevocation } = options ?? {};
const payloadStr = import_core.default.getInput("payload", { required: true });
Expand Down Expand Up @@ -26335,7 +26335,7 @@ Cause on Action
}
};

// ../../node_modules/.pnpm/octoflare@0.24.44/node_modules/octoflare/dist/re-exports/actions/core.js
// ../../node_modules/.pnpm/octoflare@0.24.45/node_modules/octoflare/dist/re-exports/actions/core.js
var core_exports = {};
__reExport(core_exports, __toESM(require_core(), 1));

Expand Down Expand Up @@ -27393,7 +27393,7 @@ var apps = {
assign
};

// ../../node_modules/.pnpm/octoflare@0.24.44/node_modules/octoflare/dist/re-exports/actions/github.js
// ../../node_modules/.pnpm/octoflare@0.24.45/node_modules/octoflare/dist/re-exports/actions/github.js
var github_exports = {};
__reExport(github_exports, __toESM(require_github(), 1));

Expand Down

0 comments on commit a7e3782

Please sign in to comment.