Skip to content

Sync Mirror

Sync Mirror #95

Workflow file for this run

on:
# push:
# branches: master
workflow_dispatch:
schedule:
- cron: '0 */8 * * *'
name: Sync Mirror
jobs:
run:
name: Sync AtomGit Mirror
runs-on: ubuntu-latest
steps:
# - uses: styfle/[email protected]
# with:
# all_but_latest: true
# access_token: ${{ github.token }}
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
[email protected]:hoilc/scoop-lemon.git
ssh_private_key:
${{ secrets.ATOMGIT_SSH_KEY }}