Skip to content

Deleted unused style routine ↞ [auto-sync from https://github.com/ada… #1071

Deleted unused style routine ↞ [auto-sync from https://github.com/ada…

Deleted unused style routine ↞ [auto-sync from https://github.com/ada… #1071

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