Skip to content

Commit

Permalink
Merge pull request #385 from jill64/renovate/octoflare-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency octoflare to v0.23.4
  • Loading branch information
wraith-ci[bot] authored Dec 20, 2023
2 parents ae2b748 + bd71a2a commit a212015
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@jill64/unfurl": "2.0.3",
"@playwright/test": "1.40.1",
"eslint": "8.56.0",
"octoflare": "0.23.3",
"octoflare": "0.23.4",
"prettier": "3.1.1",
"typescanner": "0.5.3",
"typescript": "5.3.3",
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 @@ -33537,14 +33537,14 @@ var unfurl = async (data, ...optional4) => {
return Object.fromEntries(result);
};

// ../../node_modules/.pnpm/octoflare@0.23.3/node_modules/octoflare/dist/action/action.js
// ../../node_modules/.pnpm/octoflare@0.23.4/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.23.3/node_modules/octoflare/dist/utils/limitStr.js
// ../../node_modules/.pnpm/octoflare@0.23.4/node_modules/octoflare/dist/utils/limitStr.js
var limitStr = (str, num) => str.length > num ? `${str.substring(0, num)}...` : str;

// ../../node_modules/.pnpm/octoflare@0.23.3/node_modules/octoflare/dist/utils/errorLogging.js
// ../../node_modules/.pnpm/octoflare@0.23.4/node_modules/octoflare/dist/utils/errorLogging.js
var errorLogging = async ({ octokit, repo, owner, error, info }) => {
try {
const errorTitle = `Octoflare Error: ${limitStr(error.message, 64)}`;
Expand Down Expand Up @@ -33591,7 +33591,7 @@ ${error.stack}
}
};

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

// ../../node_modules/.pnpm/octoflare@0.23.3/node_modules/octoflare/dist/action/action.js
// ../../node_modules/.pnpm/octoflare@0.23.4/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 @@ -33684,7 +33684,7 @@ Cause on Action
}
};

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

Expand Down Expand Up @@ -34655,7 +34655,7 @@ var apps = {
derive
};

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

Expand Down
14 changes: 9 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a212015

Please sign in to comment.