From a241a563fed91698026988f3ac205d7d7f43c8c6 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sat, 9 Dec 2023 18:16:59 +0100 Subject: [PATCH] ci: Update nvim plugins --- .forgejo/workflows/update-flake.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/update-flake.yml b/.forgejo/workflows/update-flake.yml index 3fcadc4..bc05b73 100644 --- a/.forgejo/workflows/update-flake.yml +++ b/.forgejo/workflows/update-flake.yml @@ -11,7 +11,10 @@ jobs: - uses: actions/checkout@v4 with: 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 with: commit_message: "[automation] Update flake"