kinesis and subscription filter for logs creation skipped when watchToEnd false

pull/479/head
Frostebite 2022-12-10 01:48:35 +00:00
parent 57bfbab24b
commit 2c23227971
3 changed files with 15 additions and 15 deletions

14
dist/index.js vendored
View File

@ -6352,6 +6352,13 @@ class GitHub {
title: nameReadable,
summary,
text: '',
images: [
{
alt: 'Game-CI',
// eslint-disable-next-line camelcase
image_url: 'https://game.ci/assets/images/game-ci-brand-logo-wordmark.svg',
},
],
},
});
return result.data.id;
@ -6389,13 +6396,6 @@ class GitHub {
summary,
text: GitHub.longDescriptionContent,
annotations: [],
images: [
{
alt: 'Game-CI',
// eslint-disable-next-line camelcase
image_url: 'https://game.ci/assets/images/game-ci-brand-logo-wordmark.svg',
},
],
},
};
if (status === `completed`) {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -43,6 +43,13 @@ class GitHub {
title: nameReadable,
summary,
text: '',
images: [
{
alt: 'Game-CI',
// eslint-disable-next-line camelcase
image_url: 'https://game.ci/assets/images/game-ci-brand-logo-wordmark.svg',
},
],
},
});
@ -81,13 +88,6 @@ class GitHub {
summary,
text: GitHub.longDescriptionContent,
annotations: [],
images: [
{
alt: 'Game-CI',
// eslint-disable-next-line camelcase
image_url: 'https://game.ci/assets/images/game-ci-brand-logo-wordmark.svg',
},
],
},
};