kinesis and subscription filter for logs creation skipped when watchToEnd false

pull/479/head
Frostebite 2022-12-10 01:56:01 +00:00
parent 2c23227971
commit a166a22257
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -6364,7 +6364,7 @@ class GitHub {
return result.data.id; return result.data.id;
}); });
} }
static updateGitHubCheck(summary, longDescription, result = `neutral`, status = `in_progress`) { static updateGitHubCheck(longDescription, summary, result = `neutral`, status = `in_progress`) {
return __awaiter(this, void 0, void 0, function* () { return __awaiter(this, void 0, void 0, function* () {
if (!cloud_runner_options_1.default.githubChecksEnabled) { if (!cloud_runner_options_1.default.githubChecksEnabled) {
return; return;

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -56,7 +56,7 @@ class GitHub {
return result.data.id; return result.data.id;
} }
public static async updateGitHubCheck(summary, longDescription, result = `neutral`, status = `in_progress`) { public static async updateGitHubCheck(longDescription, summary, result = `neutral`, status = `in_progress`) {
if (!CloudRunnerOptions.githubChecksEnabled) { if (!CloudRunnerOptions.githubChecksEnabled) {
return; return;
} }