diff options
| author | seth <[email protected]> | 2023-09-28 05:09:19 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-28 05:35:12 -0400 |
| commit | 583d4d42e2ef7475f3552a5763ad56f64b0eaa7a (patch) | |
| tree | 3f22310ad47f0745c87860e59f24d4eafcc18be2 /.github/workflows | |
| parent | a85020a59333ccab6d97b6ba4c08ed5e9f2f007a (diff) | |
actions: shorten commit msg in update-nixpkgs
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/update-nixpkgs.yaml | 2 |
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" |
