Skip to content

Commit 31b8039

Browse files
committed
remove error
1 parent 2ddbd9c commit 31b8039

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

badges/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

dist/index.js

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export async function run(): Promise<void> {
1515
const pullRequests = await octokit.rest.pulls.list({
1616
...github.context.repo,
1717
base: latestRelease.data.target_commitish,
18-
head: mainBranch,
18+
head: mainBranch
1919
})
2020
core.debug(`${pullRequests} found`)
2121

0 commit comments

Comments
 (0)