Skip to content

Sync

Sync #2

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
- run: |
./init.sh style
git -C style remote set-url origin "$(git remote get-url origin)"
git -C style push