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:
parent
27553499f0
commit
14674baabe
5 changed files with 5 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue