mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-16 10:45:43 +00:00
try with exec sh
This commit is contained in:
parent
7ba41fc0d6
commit
db0171f588
1059 changed files with 237707 additions and 41 deletions
9
node_modules/@octokit/rest/lib/register-plugin.js
generated
vendored
Normal file
9
node_modules/@octokit/rest/lib/register-plugin.js
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
module.exports = registerPlugin;
|
||||
|
||||
const factory = require("./factory");
|
||||
|
||||
function registerPlugin(plugins, pluginFunction) {
|
||||
return factory(
|
||||
plugins.includes(pluginFunction) ? plugins : plugins.concat(pluginFunction)
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue