Skip to content

Commit

Permalink
Merge pull request #7 from mixxxdj/sync-branches
Browse files Browse the repository at this point in the history
ci(actions): Fix wrong to branch
  • Loading branch information
Holzhaus authored Oct 14, 2024
2 parents a59ce4b + 5b07585 commit c89f686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: ${{ matrix.from_branch }}
TO_BRANCH: ${{ matrix.from_branch }}
TO_BRANCH: ${{ matrix.to_branch }}
CONTENT_COMPARISON: true # Prevent empty PRs
PULL_REQUEST_TITLE: Merge changes from `${{ matrix.from_branch }}` into `${{ matrix.to_branch }}`
PULL_REQUEST_BODY: |
Expand Down

0 comments on commit c89f686

Please sign in to comment.