Skip to content

.github/workflows/repo-sync.yml #37309

.github/workflows/repo-sync.yml

.github/workflows/repo-sync.yml #37309

Workflow file for this run

on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- name: repo-sync
uses: wei/git-sync@v2
with:
source_repo: "https://repo.or.cz/tinycc.git"
source_branch: "mob"
destination_repo: "[email protected]:TinyCC/tinycc.git"
destination_branch: "mob"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}