Skip to content

chore(deps): bump andymckay/cancel-action from 0.4 to 0.5 (#66) #49

chore(deps): bump andymckay/cancel-action from 0.4 to 0.5 (#66)

chore(deps): bump andymckay/cancel-action from 0.4 to 0.5 (#66) #49

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 }}