mirror of
https://github.com/actions/checkout.git
synced 2024-11-15 11:54:30 +08:00
added warning
This commit is contained in:
parent
11bd71901b
commit
75297ae79f
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…
Reference in New Issue
Block a user