Skip to content

Commit

Permalink
chore: update the build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Dec 30, 2024
1 parent 6583278 commit 8a289e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.MAINTAINER_TOKEN }}
# token: ${{ secrets.MAINTAINER_TOKEN }}
title: 'ci(deps): bump decap-cms to ${{ steps.version.outputs.number }}'
commit-message: 'ci(deps): bump decap-cms to ${{ steps.version.outputs.number }}'

0 comments on commit 8a289e1

Please sign in to comment.