mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
fix: try it agian
This commit is contained in:
parent
b20621fdee
commit
b006eac6db
2 changed files with 2 additions and 1 deletions
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -34,6 +34,7 @@ try {
|
||||||
} else {
|
} else {
|
||||||
core.info('IT DOESNT EXIST open');
|
core.info('IT DOESNT EXIST open');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fs.existsSync(filename)) {
|
if (fs.existsSync(filename)) {
|
||||||
core.info('IT EXISTS pipe');
|
core.info('IT EXISTS pipe');
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue