ci: Update nvim plugins
This commit is contained in:
parent
913490431f
commit
a241a563fe
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: master
|
ref: master
|
||||||
- run: nix flake update
|
- name: Update dependencies
|
||||||
|
run: |
|
||||||
|
nix flake update
|
||||||
|
./home/programs/nvim/update-plugins.sh
|
||||||
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: "[automation] Update flake"
|
commit_message: "[automation] Update flake"
|
||||||
|
|
Loading…
Reference in a new issue