Skip to content

Commit 46f8f8c

Browse files
committed
Clarified comment
1 parent f963d36 commit 46f8f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/componentSubmission.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export async function run(octokit: Octokit, tmpDir: string, owner: string, repo:
189189
}
190190

191191
/**
192-
* submitSnapshot submits a snapshot to the Dependency Submission API - vendored in from @github/dependency-submission-toolkit, to make it work at the CLI, vs in Actions.
192+
* submitSnapshot submits a snapshot to the Dependency Submission API - vendored in and modified from @github/dependency-submission-toolkit, to make it work at the CLI, vs in Actions.
193193
*
194194
* @param {Octokit} octokit - The Octokit instance for GitHub API requests
195195
* @param {Snapshot} snapshot - The dependency snapshot to submit

0 commit comments

Comments
 (0)