mirror of
https://github.com/actions/checkout.git
synced 2025-04-25 13:09:33 +08:00
Merge b628b39a1c
into 11bd71901b
This commit is contained in:
commit
2bb3287e2e
1
dist/index.js
vendored
1
dist/index.js
vendored
|
@ -1921,6 +1921,7 @@ if (!stateHelper.IsPost) {
|
||||||
}
|
}
|
||||||
// Post
|
// Post
|
||||||
else {
|
else {
|
||||||
|
core.warning(`cleanup`);
|
||||||
cleanup();
|
cleanup();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -43,5 +43,6 @@ if (!stateHelper.IsPost) {
|
||||||
}
|
}
|
||||||
// Post
|
// Post
|
||||||
else {
|
else {
|
||||||
|
core.warning(`cleanup`)
|
||||||
cleanup()
|
cleanup()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user