0
mirror of https://github.com/actions/checkout.git synced 2025-04-24 23:20:14 +00:00

Merge 80058c00d99d107e90ef747c1d2378829ee39766 into 11bd71901bbe5b1630ceea73d27597364c9af683

This commit is contained in:
Jan-Otto Kröpke 2024-11-03 21:02:23 +01:00 committed by GitHub
commit 730a1f0f0a
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('cleanupp injected');
cleanup(); cleanup();
} }

View File

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