Skip to content

Commit c326562

Browse files
committed
Added debug message to show download url
1 parent 6a9c174 commit c326562

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/installer.ts

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ async function downloadRelease(version: string): Promise<string> {
6161
version,
6262
fileName
6363
);
64+
core.debug("Downloading " + downloadUrl);
6465
let downloadPath: string | null = null;
6566
try {
6667
const token: string = core.getInput("token", { required: true });

0 commit comments

Comments
 (0)