We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9c174 commit c326562Copy full SHA for c326562
src/installer.ts
@@ -61,6 +61,7 @@ async function downloadRelease(version: string): Promise<string> {
61
version,
62
fileName
63
);
64
+ core.debug("Downloading " + downloadUrl);
65
let downloadPath: string | null = null;
66
try {
67
const token: string = core.getInput("token", { required: true });
0 commit comments