Skip to content

Commit 1fd74c2

Browse files
authored
Merge pull request #4 from mixxxdj/sync-branches
ci(actions): Fix broken `if` expression
2 parents 32c3724 + af284f8 commit 1fd74c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync_branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- from_branch: "2.5"
1717
to_branch: "main"
1818
runs-on: ubuntu-latest
19-
if: ${{ github.event_name == "workflow_dispatch" || github.ref_name == matrix.to_branch }}
19+
if: github.event_name == 'workflow_dispatch' || github.ref_name == matrix.to_branch
2020
steps:
2121
- name: Merge ${{ matrix.from_branch }} into ${{ matrix.to_branch }}
2222
uses: tretuna/[email protected]

0 commit comments

Comments
 (0)