0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-05 08:25:28 +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 - name: Merge master into pull request
run: | run: |
git checkout ${{ github.event.pull_request.head.ref }} git checkout pull_request
git merge origin/master git merge origin/master
- name: Push changes - name: Push changes
run: git push origin HEAD:${{ github.event.pull_request.head.ref }} run: git push origin pull_request
if: success() if: success()
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}