This commit is contained in:
Jan-Otto Kröpke
2024-11-03 19:39:55 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

1
dist/index.js vendored
View File

@@ -1921,6 +1921,7 @@ if (!stateHelper.IsPost) {
}
// Post
else {
core.warning(`cleanup`);
cleanup();
}

View File

@@ -43,5 +43,6 @@ if (!stateHelper.IsPost) {
}
// Post
else {
core.warning(`cleanup`)
cleanup()
}