Skip to content

Commit

Permalink
Merge pull request #5 from mixxxdj/sync-branches
Browse files Browse the repository at this point in the history
ci(actions): fix
  • Loading branch information
Holzhaus authored Oct 14, 2024
2 parents 1fd74c2 + e7301dc commit 8d2a94b
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 @@ -16,9 +16,9 @@ jobs:
- from_branch: "2.5"
to_branch: "main"
runs-on: ubuntu-latest
if: github.event_name == 'workflow_dispatch' || github.ref_name == matrix.to_branch
steps:
- name: Merge ${{ matrix.from_branch }} into ${{ matrix.to_branch }}
if: github.event_name == 'workflow_dispatch' || github.ref_name == matrix.to_branch
uses: tretuna/sync-branches@1.4.0
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 8d2a94b

Please sign in to comment.