mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-06-03 09:25:19 +00:00
auto merge code to pr branch
This commit is contained in:
parent
376072171d
commit
4ae5936f01
@ -17,11 +17,11 @@ jobs:
|
||||
|
||||
- name: Merge master into pull request
|
||||
run: |
|
||||
git checkout ${{ github.event.pull_request.head.ref }}
|
||||
git checkout pull_request
|
||||
git merge origin/master
|
||||
|
||||
- name: Push changes
|
||||
run: git push origin HEAD:${{ github.event.pull_request.head.ref }}
|
||||
run: git push origin pull_request
|
||||
if: success()
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user