mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 04:57:24 +00:00
test: see if this is actually running
This commit is contained in:
parent
6648f2a2d9
commit
0c9caade3b
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const verify = async (
|
|||
const shasumRes = await request(
|
||||
`${getBaseUrl(platform, version)}.SHA256SUM`,
|
||||
);
|
||||
const shasum = await shasumRes.body.text();
|
||||
const shasum = await shasumRes.text();
|
||||
if (verbose) {
|
||||
console.log(`Received SHA256SUM ${shasum}`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue