1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-04-04 13:57:48 +02:00
This commit is contained in:
Jan-Otto Kröpke 2024-11-03 20:53:33 +01:00 committed by GitHub
commit 37e36ec1e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
dist/index.js vendored
View file

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

View file

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