Skip to content

Sync

Sync #12

Workflow file for this run

name: Sync
on:
# schedule:
# - cron: '0 13 * * *'
workflow_dispatch:
jobs:
sync:
name: Sync with mozilla-central
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/cache@v3
with:
path: cache/upstream
key: upstream
- run: |
./init.sh filtered
git fetch ./filtered master:master
git push -fu origin master