Skip to content

Commit

Permalink
FIX: Add branch name to PR to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
domoscargin committed Jan 6, 2025
1 parent 47fec86 commit 0871587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.head_ref }}
delete-branch: true
commit-message: "Get latest filtered dependents data and rejections"
title: "Get latest filtered dependents data and rejections"
Expand Down

0 comments on commit 0871587

Please sign in to comment.