Skip to content

Merge branch 'main' into feat/toggle-flags-w-cmd #7443

Merge branch 'main' into feat/toggle-flags-w-cmd

Merge branch 'main' into feat/toggle-flags-w-cmd #7443

Workflow file for this run

name: GitLab Mirror
on: [push, delete]
# Ensures that only one mirror task will run at a time.
concurrency:
group: to_gitlab
jobs:
to_gitlab:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Logging
run: |
git remote show origin
git for-each-ref
- name: Mirror to GitLab
uses: wearerequired/git-mirror-action@v1
env:
SSH_PRIVATE_KEY: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
with:
source-repo: "[email protected]:visualize-admin/visualization-tool.git"
destination-repo: "[email protected]:interactivethings/visualization-tool.git"