Skip to content

Commit

Permalink
fix: update-pull-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Aug 31, 2022
1 parent a0ff678 commit 1c6b24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/actions/update-pull-requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function updatePullRequests() {
}

try {
github.client.pulls.updateBranch({
await github.client.pulls.updateBranch({
...context.repo,
pull_number: pull.number
})
Expand Down

0 comments on commit 1c6b24c

Please sign in to comment.