Skip to content

fix(text-extraction-error): Fix for when a file is failed to be extra… #610

fix(text-extraction-error): Fix for when a file is failed to be extra…

fix(text-extraction-error): Fix for when a file is failed to be extra… #610

name: Mirror to GitLab
on: [push]
jobs:
mirror-repository:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: mirror-repository
uses: yesolutions/mirror-action@master
with:
REMOTE: ${{ secrets.GITLAB_REPO_SSH }}
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_NO_VERIFY_HOST: ${{ secrets.GIT_SSH_NO_VERIFY_HOST }}