Skip to content

Commit

Permalink
ci: add changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
WipeAir committed Jan 31, 2025
1 parent caa7ce1 commit 99c3aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ jobs:
run: |
git config --global user.name '${{ steps.token.outputs.app-commiter-name }}'
git config --global user.email '${{ steps.token.outputs.app-commiter-email }}'
git commit --no-verify -m "build: deduplicate dependencies"
git commit --no-verify -am "build: deduplicate dependencies"
git push --force

0 comments on commit 99c3aae

Please sign in to comment.