Skip to content

Merge branch 'main' into filters-and-blocks-autofocus #5263

Merge branch 'main' into filters-and-blocks-autofocus

Merge branch 'main' into filters-and-blocks-autofocus #5263

Workflow file for this run

name: GitlabSync
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wangchucheng/[email protected]
with:
target-url: https://gitlab.com/osuny/admin.git
target-username: ${{ secrets.GITLAB_TARGET_USERNAME }}
target-token: ${{ secrets.GITLAB_TARGET_TOKEN }}