Skip to content
This repository was archived by the owner on Aug 15, 2026. It is now read-only.

Moved default_target_locales into env ↞ [auto-sync from https://g… #185

Moved default_target_locales into env ↞ [auto-sync from https://g…

Moved default_target_locales into env ↞ [auto-sync from https://g… #185

name: Sync changes to GitLab
on:
push:
branches: [main]
jobs:
build:
if: (github.repository == 'adamlui/deepseek-omnibox')
runs-on: ubuntu-latest
permissions:
contents: read
env:
TZ: PST8PDT
steps:
- name: Checkout adamlui/deepseek-omnibox
uses: actions/checkout@v6.0.1
with:
fetch-depth: 0
- name: Push changes to gitlab.com/adamlui/deepseek-omnibox
env:
GITLAB_SYNC_PAT: ${{ secrets.GITLAB_SYNC_PAT }}
run: |
git push --force -o ci.skip \
https://oauth2:$GITLAB_SYNC_PAT@gitlab.com/adamlui/deepseek-omnibox.git main