Skip to content

chore(deps): bump ValentinVignal/action-dart-analyze from 0.16 to 0.1… #45

chore(deps): bump ValentinVignal/action-dart-analyze from 0.16 to 0.1…

chore(deps): bump ValentinVignal/action-dart-analyze from 0.16 to 0.1… #45

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