Skip to content

Commit

Permalink
ci: downgrade pull_request action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Apr 26, 2023
1 parent 834193f commit 5a462ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge_master_into_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Request
uses: repo-sync/pull-request@v3
uses: repo-sync/pull-request@v2
with:
source_branch: master
destination_branch: develop
Expand Down

0 comments on commit 5a462ca

Please sign in to comment.