0
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2024-11-14 05:26:32 +02:00

add warning to post

This commit is contained in:
Jan-Otto Kröpke 2024-11-03 19:28:55 +01:00
parent 11bd71901b
commit b628b39a1c
No known key found for this signature in database
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()
}