Skip to content

Commit

Permalink
Merge pull request #44 from killbill/create-pull-request-6.0.1
Browse files Browse the repository at this point in the history
sync: update peter-evans/create-pull-request to v6.0.1
  • Loading branch information
pierre committed Mar 3, 2024
2 parents dc4975f + 677bf75 commit cb96ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Merge source branch
run: git merge origin/${{inputs.sourcebranch}}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4.2.3
uses: peter-evans/create-pull-request@v6.0.1
with:
branch: ${{ inputs.branch }}-promotion
title: Sync master into ${{ inputs.branch }}
Expand Down

0 comments on commit cb96ed7

Please sign in to comment.