mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-21 20:52:34 +08:00
fix: Add override OS and linux default
This commit is contained in:
@@ -27,6 +27,7 @@ const buildExec = () => {
|
||||
const flags = core.getInput('flags');
|
||||
const functionalities = core.getInput('functionalities');
|
||||
const name = core.getInput('name');
|
||||
const os = core.getInput('os');
|
||||
const overrideBranch = core.getInput('override_branch');
|
||||
const overrideBuild = core.getInput('override_build');
|
||||
const overrideCommit = core.getInput('override_commit');
|
||||
@@ -146,7 +147,7 @@ const buildExec = () => {
|
||||
options.cwd = workingDir;
|
||||
}
|
||||
|
||||
return {execArgs, options, failCi};
|
||||
return {execArgs, options, failCi, os};
|
||||
};
|
||||
|
||||
export default buildExec;
|
||||
|
||||
Reference in New Issue
Block a user