Skip to content

Corrected auto-sync trailer detection #236

Corrected auto-sync trailer detection

Corrected auto-sync trailer detection #236

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