mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-09 20:36:25 +00:00
fix: Add action version
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -7220,7 +7220,7 @@ var buildExec = function () {
|
||||
var filepath = workingDir ?
|
||||
workingDir + '/codecov.sh' : 'codecov.sh';
|
||||
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 = {};
|
||||
options.env = Object.assign(process.env, {
|
||||
GITHUB_ACTION: process.env.GITHUB_ACTION,
|
||||
|
||||
Reference in New Issue
Block a user