mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
Update index.js
This commit is contained in:
parent
035df630e7
commit
428cd7ca3d
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -3,7 +3,7 @@ const exec = require("@actions/exec");
|
|||
const fs = require("fs");
|
||||
const request = require('requestretry');
|
||||
|
||||
let isTrue = (var) => {
|
||||
const isTrue = (var) => {
|
||||
const lowerVar = var.toLowerCase();
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue