File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ async function check (args: any): Promise<void> {
3939
4040 // Retries the commit message if the PR is from Dependabot
4141 const commitMessage = await getMessage ( githubClient , actionContext )
42- const pull_request : any = await ( await githubClient . rest . pulls . get ( { owner : repoDetails . owner , repo : repoDetails . repo , pull_number : args . prNumber } ) ) . data
42+ const pullRequest : any = await ( await githubClient . rest . pulls . get ( { owner : repoDetails . owner , repo : repoDetails . repo , pull_number : args . prNumber } ) ) . data
4343
4444 const newContext = new Context ( )
4545 newContext . payload = {
46- pull_request : pull_request ,
46+ pull_request : pullRequest ,
4747 repository : actionContext . payload . repository
4848 }
4949
You can’t perform that action at this time.
0 commit comments