Skip to content

Commit

Permalink
Update .github/workflows/create_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Sep 1, 2023
1 parent 6e1a95a commit f7651a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
github-token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }}
script: |
await github.rest.pulls.merge({
await github.rest.pulls.create({
owner: 'microsoft',
repo: 'playwright.dev',
head: 'microsoft:${{ steps.prepare-branch.outputs.BRANCH_NAME }}',
Expand Down

0 comments on commit f7651a5

Please sign in to comment.