From 27079311c088b67462660cf4c5e34e5428824edc Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 24 May 2023 09:51:36 -0400 Subject: actions: use `flake` prefix when updating inputs --- .github/workflows/update-inputs.yaml | 4 ++-- .github/workflows/update-nixpkgs.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-inputs.yaml b/.github/workflows/update-inputs.yaml index 586c93c..8dc66c4 100644 --- a/.github/workflows/update-inputs.yaml +++ b/.github/workflows/update-inputs.yaml @@ -24,8 +24,8 @@ jobs: - name: update all inputs uses: DeterminateSystems/update-flake-lock@v19 with: - commit-msg: "chore: update all inputs" - pr-title: "chore: update all inputs" + commit-msg: "flake: update all inputs" + pr-title: "flake: update all inputs" pr-body: | Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. 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. -- cgit v1.2.3