Skip to content

Removed Ask prefix from FF search provider label since Mozilla copied… #231

Removed Ask prefix from FF search provider label since Mozilla copied…

Removed Ask prefix from FF search provider label since Mozilla copied… #231

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/checkout@v6.0.2
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:$GITLAB_SYNC_PAT@gitlab.com/adamlui/you-omnibox.git main