Skip to content

Commit

Permalink
chore: set base as main for the build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Dec 30, 2024
1 parent 1b6465c commit a67f1bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.MAINTAINER_TOKEN }}
base: main
title: 'ci(deps): bump KaTeX to ${{ steps.version.outputs.number }}'
commit-message: 'ci(deps): bump KaTeX to ${{ steps.version.outputs.number }}'

0 comments on commit a67f1bf

Please sign in to comment.