We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cf344 commit 0264fb6Copy full SHA for 0264fb6
.github/workflows/update_flake.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Run flake-update
21
run: |
22
nix flake update
23
- - uses: stefanzweifel/git-auto-commit-action@v6
+ - uses: stefanzweifel/git-auto-commit-action@v7
24
with:
25
commit_message: "chore(lockfile): auto update flake.lock"
26
commit_user_name: "github-actions[bot]"
.github/workflows/update_lockfile.yml
@@ -31,7 +31,7 @@ jobs:
31
./scripts/update_lockfile.sh
32
nvim --headless "+Lazy! update" +qa
33
cp -pv "${HOME}/.config/nvim/lazy-lock.json" .
34
35
if: ${{ steps.check_lockfile.outputs.files_exists == 'true' }}
36
37
commit_message: "chore(lockfile): auto update lazy-lock.json"
0 commit comments