Skip to content

Bumped JS resources ↞ [auto-sync from https://github.com/adamlui/ai-w… #5

Bumped JS resources ↞ [auto-sync from https://github.com/adamlui/ai-w…

Bumped JS resources ↞ [auto-sync from https://github.com/adamlui/ai-w… #5

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