2
0
Fork 0
mirror of https://github.com/redhat-actions/push-to-registry.git synced 2025-09-15 17:26:56 +00:00

Resolve reviews

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-11-13 09:44:44 +05:30
parent 27553499f0
commit 14674baabe
5 changed files with 5 additions and 6 deletions

View file

@ -427,7 +427,7 @@ async function checkIfManifestsExists(): Promise<boolean> {
if (foundManifests.length > 0) {
core.info(`Image${foundManifests.length !== 1 ? "s" : ""} "${foundManifests.join(", ")}" `
+ `${foundManifests.length !== 1 ? "are" : "is"} manifests.`);
+ `${foundManifests.length !== 1 ? "are manifests" : "is a manifest"}.`);
}
if (foundManifests.length > 0 && missingManifests.length > 0) {