fix rewrite

This commit is contained in:
Hadrien Croubois
2023-05-04 10:23:59 +02:00
parent 2a6ccebfb7
commit 7c37ea0ff6

View File

@ -139,8 +139,8 @@ function writeEntry(spec, contract, success, url) {
spec,
contract,
success ? ':x:' : ':heavy_check_mark:',
url ? `[link](${url?.replace('/output/', '/jobStatus/')})` : 'error',
url ? `[link](${url})` : 'error',
url ? `[link](${url?.replace('/jobStatus/', '/output/')})` : 'error',
),
);
}