Skip to content

Commit

Permalink
ci: update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rabbid76 committed Feb 11, 2024
1 parent d964688 commit 82a6e8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@ jobs:
run: npm run copy:deploy

- name: Commit and create PR 🔀
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.WORKFLOW_TOKEN }}
title: 'build(deps): Upgrade NPM packages (automated)'
branch: 'build-deps-upgrade-npm-packages-automated-${{ env.CURRENT_DATE }}'
commit-message: 'build(deps): upgrade NPM packages (automated)'
assignees: Rabbid76
reviewers: Rabbid76
draft: false

0 comments on commit 82a6e8d

Please sign in to comment.