Skip to content

Include link to Python installation Getting started (#933) (#938) #347

Include link to Python installation Getting started (#933) (#938)

Include link to Python installation Getting started (#933) (#938) #347

Workflow file for this run

# .github/workflows/mirror.yml
on:
push:
branches:
- '2.6.x'
jobs:
mirror_job:
name: Mirror 2.6.x branch to 2.6.9 branch
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
dest_branch:
- '2.6.9'
steps:
- name: Mirror action step
id: mirror
uses: google/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
source: '2.6.x'
dest: ${{ matrix.dest_branch }}