github rerun doesn't work

This commit is contained in:
Cat /dev/Nulo 2025-01-28 15:19:42 -03:00
parent 3c6a1f1dee
commit 9688910edc

View file

@ -46,10 +46,6 @@ async function getRawDatasetInfo(attempts = 0) {
} catch (error) {
if (attempts >= 4) {
console.error(`❌ Error fetching dataset info`, error);
if (process.env.GITHUB_RUN_ID) {
console.info(`🔄 Retrying action`);
await $`gh run rerun ${process.env.GITHUB_RUN_ID} --workflow sepa-precios-archiver`;
}
process.exit(1);
}
console.error(