Skip to content

Update zero.test.ts #3083

Update zero.test.ts

Update zero.test.ts #3083

Workflow file for this run

name: Mirror Main
on:
push:
branches:
- 'main'
jobs:
mirror_job:
runs-on: ubuntu-latest
name: Mirror main branch to sandbox and gigabugs branch
steps:
- name: Mirror main to sandbox
id: mirror-sandbox
uses: google/[email protected]
with:
github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
source: 'main'
dest: 'sandbox'
- name: Mirror main to gigabugs
id: mirror-gigabugs
uses: google/[email protected]
with:
github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
source: 'main'
dest: 'gigabugs'