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:25:48 +08:00
parent 4ae5936f01
commit 95c21a5367

View File

@ -11,14 +11,14 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
- name: Fetch all branches fetch-depth: 0 # Fetch all history for all branches and tags
run: git fetch --all
- name: Check out pull_request
run: git checkout pull_request
- name: Merge master into pull request - name: Merge master into pull request
run: | run: git merge origin/master
git checkout pull_request
git merge origin/master
- name: Push changes - name: Push changes
run: git push origin pull_request run: git push origin pull_request