Skip to content

Created Block Quora Poe docs #34

Created Block Quora Poe docs

Created Block Quora Poe docs #34

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:
fetch-depth: 0
- name: Push changes to gitlab.com/adamlui/userscripts
run: |
git push --force -o ci.skip \
https://oauth2:${{ secrets.GITLAB_SYNC_PAT }}@gitlab.com/adamlui/userscripts.git master