From eb37b75252dba0a93299e93b20fba7b0a37c9612 Mon Sep 17 00:00:00 2001 From: AnthonyEnr1quez <32233059+AnthonyEnr1quez@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:13:11 -0500 Subject: [PATCH] do the thing --- .github/workflows/update-nix-fetchgit.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/update-nix-fetchgit.yaml b/.github/workflows/update-nix-fetchgit.yaml index 8007751..c82f8aa 100644 --- a/.github/workflows/update-nix-fetchgit.yaml +++ b/.github/workflows/update-nix-fetchgit.yaml @@ -32,3 +32,9 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v7 + with: + commit-message: Update fetchgit* refs + title: 'Update fetchgit* refs' + draft: false + branch: chore/update-nix-fetch-git + delete-branch: true