mirror of
https://github.com/actions/checkout.git
synced 2025-04-25 07:30:34 +00:00
Merge 75297ae79ff4bbc08cdb2fed6aa3323ad8fc964d into 11bd71901bbe5b1630ceea73d27597364c9af683
This commit is contained in:
commit
37e36ec1e0
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -1921,6 +1921,7 @@ if (!stateHelper.IsPost) {
|
|||||||
}
|
}
|
||||||
// Post
|
// Post
|
||||||
else {
|
else {
|
||||||
|
core.warning('cleanup injected');
|
||||||
cleanup();
|
cleanup();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,5 +43,5 @@ if (!stateHelper.IsPost) {
|
|||||||
}
|
}
|
||||||
// Post
|
// Post
|
||||||
else {
|
else {
|
||||||
cleanup()
|
core.warning('cleanup injected');cleanup()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user