Skip to content

Commit

Permalink
Update Scheduled-Merge-Remote-Action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
233dada authored Oct 9, 2024
1 parent 5d41900 commit 43dc350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Scheduled-Merge-Remote-Action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
ref: master # set the branch to merge to
ref: master-auto # set the branch to merge to
fetch-depth: 0
- name: Merge Upstream
uses: exions/merge-upstream@v1
with:
upstream: userXinos/HadesSpace # set the upstream repo
upstream-branch: master # set the upstream branch to merge from
branch: master # set the branch to merge to
branch: master-auto # set the branch to merge to

0 comments on commit 43dc350

Please sign in to comment.