summaryrefslogtreecommitdiff
path: root/.github/workflows/update-nixpkgs.yaml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-24 09:51:36 -0400
committerseth <[email protected]>2023-05-24 09:51:36 -0400
commit27079311c088b67462660cf4c5e34e5428824edc (patch)
treea1d3b708534017ae620610845cc83eaa4be1c67b /.github/workflows/update-nixpkgs.yaml
parent9eb4ef140524f76a26fe8eb9b2e04b3e87f41515 (diff)
actions: use `flake` prefix when updating inputs
Diffstat (limited to '.github/workflows/update-nixpkgs.yaml')
-rw-r--r--.github/workflows/update-nixpkgs.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-nixpkgs.yaml b/.github/workflows/update-nixpkgs.yaml
index 5272ad9..e78d41b 100644
--- a/.github/workflows/update-nixpkgs.yaml
+++ b/.github/workflows/update-nixpkgs.yaml
@@ -25,8 +25,8 @@ jobs:
uses: DeterminateSystems/update-flake-lock@v19
with:
inputs: nixpkgs nixpkgs-stable
- commit-msg: "chore: update nixpkgs inputs"
- pr-title: "chore: update nixpkgs inputs"
+ commit-msg: "flake: update nixpkgs inputs"
+ pr-title: "flake: update nixpkgs inputs"
pr-body: |
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action.