summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-09-28 05:09:19 -0400
committerseth <[email protected]>2023-09-28 05:35:12 -0400
commit583d4d42e2ef7475f3552a5763ad56f64b0eaa7a (patch)
tree3f22310ad47f0745c87860e59f24d4eafcc18be2
parenta85020a59333ccab6d97b6ba4c08ed5e9f2f007a (diff)
actions: shorten commit msg in update-nixpkgs
-rw-r--r--.github/workflows/update-nixpkgs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-nixpkgs.yaml b/.github/workflows/update-nixpkgs.yaml
index 116cc4b..734bf2a 100644
--- a/.github/workflows/update-nixpkgs.yaml
+++ b/.github/workflows/update-nixpkgs.yaml
@@ -14,5 +14,5 @@ jobs:
update:
uses: ./.github/workflows/update-lock.yaml
with:
- commit-msg: "flake: update nixpkgs inputs"
+ commit-msg: "flake: update nixpkgs"
inputs: "nixpkgs nixpkgs-stable"