Skip to content

Merge branch 'dev' into 'main' #37

Merge branch 'dev' into 'main'

Merge branch 'dev' into 'main' #37

Workflow file for this run

name: Mirror
on:
push:
create:
delete:
workflow_dispatch:
jobs:
gitlab-myorg-my-project:
concurrency:
group: ${{ github.workflow }}-gitlab
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- run: git clone --bare "https://github.com/$GITHUB_REPOSITORY" .
- run: git push --mirror "https://x:$GITLAB_TOKEN@gitlab.marylieh.social/md-public/simplewarpv3.git"
env:
GITLAB_TOKEN: ${{ secrets.GL_TOKEN }}