Skip to content

Commit

Permalink
Fix PR branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
domoscargin committed Jan 16, 2025
1 parent 86f0e95 commit 766d0d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ 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"
commit-message: "Get latest filtered dependents data and rejections - ${{ github.ref_name }}"
title: "Get latest filtered dependents data and rejections - ${{ github.ref_name }}"
body: "Generated automatically by github action"
base: ${{ github.head_ref }}

0 comments on commit 766d0d8

Please sign in to comment.