Skip to content

Merge pull request #207 from GESIS-Methods-Hub/add-support-to-webp #140

Merge pull request #207 from GESIS-Methods-Hub/add-support-to-webp

Merge pull request #207 from GESIS-Methods-Hub/add-support-to-webp #140

name: GitLab Sync
on:
push:
branches:
- main
jobs:
sync:
name: GitLab Sync
if: github.repository == 'GESIS-Methods-Hub/andrew'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: action-pack/gitlab-sync@v3
with:
username: ${{ github.actor }}
url: https://git.gesis.org/methods-hub/andrew.git
token: ${{ secrets.GITLAB_TOKEN }}