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 f55e903 commit e99d8c5Copy full SHA for e99d8c5
site-validation/bad-image-issue.java
@@ -34,7 +34,7 @@ class Report implements Runnable {
34
// We can't use a label because we may not have the right privileges in the repo we're
35
// raising an issue in
36
private static final String EYECATCHER = "QuarkusExtensionsBadImageHelper";
37
- public static final String OUTPUT_PATH = "dead-link-check-results.json";
+ public static final String OUTPUT_PATH = "bad-image-check-results.json";
38
@Option(names = "token", description = "Github token to use when calling the Github API")
39
private String token;
40
0 commit comments