CHanged Eldorado Robux Price Sentry Job artifact message
All checks were successful
Push image to registry / build-image (push) Successful in 3m12s

This commit is contained in:
2025-10-24 08:27:38 +02:00
parent 6b5619b232
commit 0849a1fd42

View File

@@ -101,7 +101,7 @@ class EldoradoRobuxPriceSentryJob extends BrowserJob implements ShouldBeUniqueUn
Log::info("EldoradoRobuxPriceSentryJob: lowest price = $lowestPrice €, threshold = $threshold");
$this->jobRun->addArtifact(new JobArtifact([
"name" => "Trouvé le prix le plus bas",
"content" => "- Prix le plus bas : $lowestPrice €/Robux\n- Seuil défini : $threshold €/Robux"
"content" => "Prix le plus bas : $lowestPrice €/Robux - Seuil défini : $threshold €/Robux"
]));
if ($lowestPrice <= $threshold) {