Skip to content

Condensed apis init β†ž [auto-sync from https://github.com/adamlui/ai… #55

Condensed apis init β†ž [auto-sync from https://github.com/adamlui/ai…

Condensed apis init β†ž [auto-sync from https://github.com/adamlui/ai… #55

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