From e05ca98b5cf26337af927a7efcea2ff7fc374f19 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 00:05:15 +0200 Subject: [PATCH] Update update-flake.yml --- .github/workflows/update-flake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index 381d786..97801da 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Update Nix Flake Lock - uses: DeterminateSystems/update-flake-lock@v24 + uses: DeterminateSystems/update-flake-lock@main with: - pr-assignees: itepastra + pr-title: "flake: update flake.lock" pr-reviewers: itepastra