Skip to content

docs: update documentation for new features and add authentication gu… #5

docs: update documentation for new features and add authentication gu…

docs: update documentation for new features and add authentication gu… #5

Workflow file for this run

name: Backup GitHub to GitLab
on:
push:
branches:
- main
paths-ignore:
- .github/workflows/*
workflow_dispatch:
jobs:
backup:
runs-on: ubuntu-latest
steps:
- name: Checkout GitHub Repository
uses: actions/checkout@v6
with:
fetch-depth: 0
lfs: true
- name: Mirror to GitLab
# uses: somaz94/git-mirror-action@v1
uses: ./
with:
targets: |
gitlab::https://gitlab.com/backup6695808/git-mirror-action.git
gitlab_token: ${{ secrets.GITLAB_TOKEN }}
mirror_branches: 'all'
mirror_tags: 'true'
force_push: 'true'