Skip to content

chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#65) #47

chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#65)

chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#65) #47

Workflow file for this run

name: backup
on:
push:
branches:
- main
jobs:
mirror-to-gitlab:
name: 💾 Backup to GitLab
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checks-out repository
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
- name: Mirroring Repository
uses: pixta-dev/repository-mirroring-action@v1.1.1
with:
target_repo_url: git@gitlab.com:tsinis/functional_status_codes.git
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}