mirror of
https://code.forgejo.org/actions/checkout.git
synced 2024-11-05 02:02:51 +01:00
added warning
This commit is contained in:
parent
11bd71901b
commit
80058c00d9
2 changed files with 2 additions and 1 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
@ -1921,6 +1921,7 @@ if (!stateHelper.IsPost) {
|
|||
}
|
||||
// Post
|
||||
else {
|
||||
core.warning('cleanupp injected');
|
||||
cleanup();
|
||||
}
|
||||
|
||||
|
|
|
@ -43,5 +43,5 @@ if (!stateHelper.IsPost) {
|
|||
}
|
||||
// Post
|
||||
else {
|
||||
cleanup()
|
||||
core.warning('cleanupp injected');cleanup()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue