Skip to content

chore(deps): bump org.jetbrains.kotlin.android from 2.0.20 to 2.0.21 … #190

chore(deps): bump org.jetbrains.kotlin.android from 2.0.20 to 2.0.21 …

chore(deps): bump org.jetbrains.kotlin.android from 2.0.20 to 2.0.21 … #190

Workflow file for this run

name: backup
on:
push:
branches: [main]
paths:
- "packages/**"
jobs:
mirror-to-gitlab:
name: 💾 Backup to GitLab
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: 📚 Git checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: 🪞 Mirroring repository
uses: pixta-dev/[email protected]
with:
target_repo_url: [email protected]:tsinis/sealed_world.git
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}