Skip to content

Commit

Permalink
ci: fix refs (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored Dec 3, 2024
1 parent 0c42cf7 commit 631336a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/regenerate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
with:
token: ${{ secrets.BROWSER_AUTOMATION_BOT_TOKEN }}
branch: ${{ github.head_ref }}-regenerate
branch: regenerate
delete-branch: true
base: ${{ github.head_ref }}
committer: Browser Automation Bot <browser-automation-bot@google.com>
author: Browser Automation Bot <browser-automation-bot@google.com>
commit-message: 'fix: re-generate types based on specifciation updates'
Expand Down

0 comments on commit 631336a

Please sign in to comment.