CHanged Eldorado Robux Price Sentry Job artifact message
All checks were successful
Push image to registry / build-image (push) Successful in 3m12s
All checks were successful
Push image to registry / build-image (push) Successful in 3m12s
This commit is contained in:
@@ -101,7 +101,7 @@ class EldoradoRobuxPriceSentryJob extends BrowserJob implements ShouldBeUniqueUn
|
|||||||
Log::info("EldoradoRobuxPriceSentryJob: lowest price = $lowestPrice €, threshold = $threshold €");
|
Log::info("EldoradoRobuxPriceSentryJob: lowest price = $lowestPrice €, threshold = $threshold €");
|
||||||
$this->jobRun->addArtifact(new JobArtifact([
|
$this->jobRun->addArtifact(new JobArtifact([
|
||||||
"name" => "Trouvé le prix le plus bas",
|
"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) {
|
if ($lowestPrice <= $threshold) {
|
||||||
|
|||||||
Reference in New Issue
Block a user