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 0b8d278 commit 15605b1Copy full SHA for 15605b1
src/upload-lib.ts
@@ -266,7 +266,9 @@ async function combineSarifFilesUsingCLI(
266
267
const apiDetails = {
268
auth: actionsUtil.getRequiredInput("token"),
269
- externalRepoAuth: actionsUtil.getOptionalInput("external-repository-token"),
+ externalRepoAuth: actionsUtil.getOptionalInput(
270
+ "external-repository-token",
271
+ ),
272
url: getRequiredEnvParam("GITHUB_SERVER_URL"),
273
apiURL: getRequiredEnvParam("GITHUB_API_URL"),
274
};
0 commit comments