added warning

This commit is contained in:
Jan-Otto Kröpke 2024-11-03 20:53:00 +01:00
parent 11bd71901b
commit 75297ae79f
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

1
dist/index.js vendored
View file

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

View file

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