From fff0ea8508d6e71cd63b1c30394f670737d1f750 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 14 Jul 2022 17:00:31 +0800 Subject: [PATCH] ci: fix commit message for flake inputs update --- .github/workflows/automate-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automate-update.yml b/.github/workflows/automate-update.yml index 94aa52fa..3be8da03 100644 --- a/.github/workflows/automate-update.yml +++ b/.github/workflows/automate-update.yml @@ -20,7 +20,7 @@ jobs: git config user.email 'github-actions[bot]@users.noreply.github.com' nix flake update --commit-lock-file \ - --commit-lockfile-summary 'flake.lock: update-inputs' + --commit-lockfile-summary 'flake.lock: update inputs' - name: Build custom packages run: nix shell nixpkgs#nix-build-uncached --command nix-build-uncached ./pkgs - name: Build NixOS configurations