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.6.9
2.6.x
1 parent 15c2276 commit 47184c2Copy full SHA for 47184c2
.github/workflows/mirror.yml
@@ -2,22 +2,22 @@
2
on:
3
push:
4
branches:
5
- - 'master'
+ - '2.6.x'
6
7
jobs:
8
mirror_job:
9
- name: Mirror master branch to latest minor branches
+ name: Mirror 2.6.x branch to 2.6.9 branch
10
runs-on: ubuntu-latest
11
strategy:
12
fail-fast: false
13
matrix:
14
dest_branch:
15
- - '2.6.x'
+ - '2.6.9'
16
steps:
17
- name: Mirror action step
18
id: mirror
19
uses: google/mirror-branch-action@v1.0
20
with:
21
github-token: ${{ secrets.GITHUB_TOKEN }}
22
- source: 'master'
+ source: '2.6.x'
23
dest: ${{ matrix.dest_branch }}
0 commit comments