action actually dont need link github already autolinks!!!

This commit is contained in:
Ciro Santilli
2021-04-18 04:00:03 +00:00
parent fb34ee1627
commit d6b61ce3ce
2 changed files with 13 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ images = getRandom(images, 20);
full_images = []
for (const image of images) {
const url = `https://raw.githubusercontent.com/cirosantilli/china-dictatorship-media/master/${image}`;
full_images.push(`[<img src="${url}" width="600">](${url})`);
full_images.push(`<img src="${url}" width="600">`);
}
// Prepare reply body.