chore: make lint happy

This commit is contained in:
源文雨
2025-12-23 17:31:44 +08:00
parent 0d80a43055
commit e187a3159c
2 changed files with 6 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ jobs:
git config --local user.name 'github-actions[bot]'
git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add --all
git commit -m "chore: bump deps"
git commit -m "chore(nix): bump deps"
- name: Create Pull Request
if: ${{ !github.head_ref }}
continue-on-error: true
@@ -46,3 +46,5 @@ jobs:
with:
delete-branch: true
branch-suffix: short-commit-hash
with:
title: "chore(nix): bump deps"