mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
try 2 replacing pipe line
This commit is contained in:
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) => {
|
execSh([`export CODECOV_TOKEN=${token}`, body],(error, stdout, stderr) => {
|
||||||
console.log("error: ", error);
|
console.log("error: ", error);
|
||||||
|
|||||||
Reference in New Issue
Block a user