Skip to content

Commit 4abaccd

Browse files
committed
don't attempt to get URL
1 parent c130f26 commit 4abaccd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/action.ts

-6
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,6 @@ export class Action {
177177
return;
178178
}
179179

180-
const httpApiUrl = (await this.httpApiUrl) || 'Unknown';
181-
if (!httpApiUrl) {
182-
debug("No HTTP API URL found, can't add PR comment.");
183-
return;
184-
}
185-
186180
const octokit = getOctokit(this.token);
187181

188182
const response = await octokit.rest.issues.createComment({

0 commit comments

Comments
 (0)