Skip to content

Commit

Permalink
ci: fix push
Browse files Browse the repository at this point in the history
  • Loading branch information
LoricAndre committed Dec 1, 2024
1 parent cc78aec commit 2d36bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
args: --package xtask compgen
- name: Push modified files
run: |
git commit -am 'chore: generate completions & manpage'
git config user.email "skim-bot@skim-rs.github.io"
git config user.name "Skim bot"
git commit -am 'chore: generate completions & manpage'
git push origin HEAD

0 comments on commit 2d36bba

Please sign in to comment.