Skip to content

chore(deps): bump tcort/github-action-markdown-link-check from 1.1.2 … #125

chore(deps): bump tcort/github-action-markdown-link-check from 1.1.2 …

chore(deps): bump tcort/github-action-markdown-link-check from 1.1.2 … #125

Workflow file for this run

name: backup
on:
push:
branches:
- main
permissions:
contents: read
jobs:
mirror-to-gitlab:
name: 💾 Backup to GitLab
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: 📚 Git checkout
uses: actions/checkout@v7.0.1
with:
fetch-depth: 0
- name: 🪞 Mirroring repository
uses: fscarmen/repository-mirroring-action@v1.0.0
with:
target_repo_url: git@gitlab.com:tsinis/functional_status_codes.git
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}