Skip to content

chore(deps): bump com.android.tools.build:gradle from 8.5.0 to 8.5.1 … #150

chore(deps): bump com.android.tools.build:gradle from 8.5.0 to 8.5.1 …

chore(deps): bump com.android.tools.build:gradle from 8.5.0 to 8.5.1 … #150

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
with:
fetch-depth: 0
- name: 🪞 Mirroring Repository
uses: pixta-dev/[email protected]
with:
target_repo_url: [email protected]:tsinis/colors_ai.git
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}