mirror of
https://github.com/actions/setup-python.git
synced 2026-02-05 06:58:17 +00:00
fix: reorganize post actions
This commit is contained in:
parent
bf9c5d876c
commit
c7d4148a08
2 changed files with 12 additions and 9 deletions
|
|
@ -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.');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue