We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3dfed4 commit 8031d39Copy full SHA for 8031d39
index.js
@@ -71,7 +71,7 @@ async function getRelease(releaseId) {
71
if (!githubToken) {
72
const url = `${apiReleases}/${releaseId}`;
73
core.debug(`URL: ${url}`);
74
- const release = await execute(url);
+ const release = await curl(url);
75
return JSON.parse(release.stdOut);
76
}
77
const octokit = github.getOctokit(githubToken);
0 commit comments