From bf1524bd2b3f541263b9356b67c117466640607a Mon Sep 17 00:00:00 2001 From: Brett Kyle Date: Mon, 6 Jan 2025 21:48:41 +0000 Subject: [PATCH] FIX: Add branch name to PR to avoid conflicts --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 0b69ff9e..d5bde6ba 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -57,7 +57,7 @@ jobs: uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} - branch: update-filtered-data + branch: update-filtered-data-${{ github.ref_name }} delete-branch: true commit-message: "Get latest filtered dependents data and rejections" title: "Get latest filtered dependents data and rejections"