mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-13 22:47:25 +00:00
fix: Add action version
This commit is contained in:
parent
c53d6ba320
commit
c9d0b8155c
2 changed files with 2 additions and 2 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -7220,7 +7220,7 @@ var buildExec = function () {
|
||||||
var filepath = workingDir ?
|
var filepath = workingDir ?
|
||||||
workingDir + '/codecov.sh' : 'codecov.sh';
|
workingDir + '/codecov.sh' : 'codecov.sh';
|
||||||
var execArgs = [filepath];
|
var execArgs = [filepath];
|
||||||
execArgs.push('-n', "" + name, '-F', "" + flags, '-Q', 'github-action');
|
execArgs.push('-n', "" + name, '-F', "" + flags, '-Q', 'github-action-1.5.1');
|
||||||
var options = {};
|
var options = {};
|
||||||
options.env = Object.assign(process.env, {
|
options.env = Object.assign(process.env, {
|
||||||
GITHUB_ACTION: process.env.GITHUB_ACTION,
|
GITHUB_ACTION: process.env.GITHUB_ACTION,
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ const buildExec = () => {
|
||||||
workingDir + '/codecov.sh' : 'codecov.sh';
|
workingDir + '/codecov.sh' : 'codecov.sh';
|
||||||
|
|
||||||
const execArgs = [filepath];
|
const execArgs = [filepath];
|
||||||
execArgs.push( '-n', `${name}`, '-F', `${flags}`, '-Q', 'github-action' );
|
execArgs.push( '-n', `${name}`, '-F', `${flags}`, '-Q', 'github-action-1.5.1' );
|
||||||
|
|
||||||
const options:any = {};
|
const options:any = {};
|
||||||
options.env = Object.assign(process.env, {
|
options.env = Object.assign(process.env, {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue