Skip to content

Commit 15605b1

Browse files
committed
Make eslint happy
1 parent 0b8d278 commit 15605b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/upload-lib.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,9 @@ async function combineSarifFilesUsingCLI(
266266

267267
const apiDetails = {
268268
auth: actionsUtil.getRequiredInput("token"),
269-
externalRepoAuth: actionsUtil.getOptionalInput("external-repository-token"),
269+
externalRepoAuth: actionsUtil.getOptionalInput(
270+
"external-repository-token",
271+
),
270272
url: getRequiredEnvParam("GITHUB_SERVER_URL"),
271273
apiURL: getRequiredEnvParam("GITHUB_API_URL"),
272274
};

0 commit comments

Comments
 (0)