We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32c3724 + af284f8 commit 1fd74c2Copy full SHA for 1fd74c2
.github/workflows/sync_branches.yml
@@ -16,7 +16,7 @@ jobs:
16
- from_branch: "2.5"
17
to_branch: "main"
18
runs-on: ubuntu-latest
19
- if: ${{ github.event_name == "workflow_dispatch" || github.ref_name == matrix.to_branch }}
+ if: github.event_name == 'workflow_dispatch' || github.ref_name == matrix.to_branch
20
steps:
21
- name: Merge ${{ matrix.from_branch }} into ${{ matrix.to_branch }}
22
uses: tretuna/[email protected]
0 commit comments