mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
try 2 replacing pipe line
This commit is contained in:
parent
efc5cbe89b
commit
bab0bf56a8
1 changed files with 2 additions and 1 deletions
3
index.js
3
index.js
|
|
@ -47,7 +47,8 @@ try {
|
|||
|
||||
// })
|
||||
|
||||
body.replace("set -e +o pipefail","")
|
||||
|
||||
body = body.replace("set -e +o pipefail","")
|
||||
|
||||
execSh([`export CODECOV_TOKEN=${token}`, body],(error, stdout, stderr) => {
|
||||
console.log("error: ", error);
|
||||
|
|
|
|||
Loading…
Reference in a new issue