Skip to content

Commit

Permalink
fix: repo-sync/pull-request correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
s0up4200 committed May 9, 2024
1 parent e5e640d commit 57781d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: git push origin ${{ steps.update_script.outputs.branch }}

- name: Create Pull Request
uses: repo-sync/pull-request@v3
uses: repo-sync/pull-request@v2
with:
source_branch: ${{ steps.update_script.outputs.branch }}
destination_branch: "main"
Expand Down

0 comments on commit 57781d8

Please sign in to comment.