Skip to content

Make rewind/fast-forward buttons more discoverable (#10607) #3311

Make rewind/fast-forward buttons more discoverable (#10607)

Make rewind/fast-forward buttons more discoverable (#10607) #3311

Workflow file for this run

on:
push:
branches:
- 'main'
jobs:
mirror_job:
runs-on: ubuntu-latest
name: Mirror main branch to staging branch
steps:
- name: Mirror action step
id: mirror
uses: google/mirror-branch-action@v1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
source: 'main'
dest: 'staging'