mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
Update index.js
This commit is contained in:
parent
6fd09f835d
commit
d1b4c72fc5
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -56,7 +56,7 @@ try {
|
||||||
GITHUB_REPOSITORY: process.env.GITHUB_REPOSITORY,
|
GITHUB_REPOSITORY: process.env.GITHUB_REPOSITORY,
|
||||||
GITHUB_SHA: process.env.GITHUB_SHA,
|
GITHUB_SHA: process.env.GITHUB_SHA,
|
||||||
GITHUB_HEAD_REF: process.env.GITHUB_HEAD_REF || ''
|
GITHUB_HEAD_REF: process.env.GITHUB_HEAD_REF || ''
|
||||||
};
|
});
|
||||||
|
|
||||||
if(token){
|
if(token){
|
||||||
options.env.CODECOV_TOKEN = token
|
options.env.CODECOV_TOKEN = token
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue