Skip to content

Commit 012fb4a

Browse files
committed
fix: pre-commit
1 parent 7d2ac91 commit 012fb4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-sort.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
- name: Add contributor and commit if changed
4848
run: |
4949
PR_AUTHOR="${{ github.event.pull_request.user.login }}"
50-
50+
5151
pixi run install
5252
pixi run add $PR_AUTHOR conference
53-
53+
5454
if ! git diff --exit-code; then
5555
git config --global user.name 'github-actions[bot]'
5656
git config --global user.email 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)