fix header

This commit is contained in:
Justin Holguín
2023-03-22 16:26:03 +00:00
committed by GitHub
parent 10529907c7
commit 51d5d2913d
3 changed files with 3 additions and 3 deletions
Generated Vendored
+1 -1
View File
@@ -181,7 +181,7 @@ const githubUtils = __importStar(__nccwpck_require__(3030));
const retry = __importStar(__nccwpck_require__(6298));
const schemas_1 = __nccwpck_require__(8774);
const retryingOctokit = githubUtils.GitHub.plugin(retry.retry);
const SnapshotWarningsHeader = 'X-GitHub-Dependency-Graph-Snapshot-Warnings';
const SnapshotWarningsHeader = 'x-github-dependency-graph-snapshot-warnings';
const octo = new retryingOctokit(githubUtils.getOctokitOptions(core.getInput('repo-token', { required: true })));
function compare({ owner, repo, baseRef, headRef, includeDependencySnapshots }) {
return __awaiter(this, void 0, void 0, function* () {
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -8,7 +8,7 @@ import {
} from './schemas'
const retryingOctokit = githubUtils.GitHub.plugin(retry.retry)
const SnapshotWarningsHeader = 'X-GitHub-Dependency-Graph-Snapshot-Warnings'
const SnapshotWarningsHeader = 'x-github-dependency-graph-snapshot-warnings'
const octo = new retryingOctokit(
githubUtils.getOctokitOptions(core.getInput('repo-token', {required: true}))
)