Skip to content

Add Spell Check summary to reusable workflow (#950) (#955) #355

Add Spell Check summary to reusable workflow (#950) (#955)

Add Spell Check summary to reusable workflow (#950) (#955) #355

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 }}