0
0
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:
firedcto@gmail.com 2024-11-15 10:17:19 +08:00
parent 376072171d
commit 4ae5936f01

View File

@ -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 }}