fix: reorganize post actions

This commit is contained in:
Simon BRICHE 2025-11-18 11:18:27 +01:00
parent bf9c5d876c
commit c7d4148a08
2 changed files with 12 additions and 9 deletions

View file

@ -13,6 +13,6 @@ export async function cleanPipPackages() {
]);
core.info('Successfully cleaned up pip packages');
} catch (error) {
core.setFailed(`Failed to clean up pip packages.`);
core.setFailed('Failed to clean up pip packages.');
}
}