Skip to content

Commit dd049b3

Browse files
committed
add repo link back as fallback
1 parent 5bbdf53 commit dd049b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/HomeassistantService.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ export default class HomeassistantService {
465465
installed_version: `${tag}: ${currentDigest?.substring(0, 12)}`,
466466
latest_version: newDigest ? `${tag}: ${newDigest?.substring(0, 12)}` : null,
467467
release_summary: "",
468-
release_url: `${sourceRepo}`,
468+
release_url: `${sourceRepo ? sourceRepo : "https://github.com/MichelFR/MqDockerUp"}`,
469469
entity_picture: "https://raw.githubusercontent.com/MichelFR/MqDockerUp/refs/heads/main/assets/logo_200x200.png",
470470
title: `${image}:${tag}`,
471471
in_progress: false,

0 commit comments

Comments
 (0)