There was an error while loading. Please reload this page.
2 parents 8d2a94b + 0bcd4fe commit a59ce4bCopy full SHA for a59ce4b
1 file changed
.github/workflows/sync_branches.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- name: Merge ${{ matrix.from_branch }} into ${{ matrix.to_branch }}
21
- if: github.event_name == 'workflow_dispatch' || github.ref_name == matrix.to_branch
+ if: github.event_name == 'workflow_dispatch' || github.ref_name == matrix.from_branch
22
uses: tretuna/sync-branches@1.4.0
23
with:
24
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments