Skip to content

Update main.yml

Update main.yml #210

Workflow file for this run

name: Mirroring
on:
push:
branches-ignore:
- 'dependabot/*'
delete:
branches-ignore:
- 'dependabot/*'
jobs:
to_git-c3voc-de:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
[email protected]:schedule.git
ssh_private_key:
${{ secrets.SSH_PRIVATE_KEY }}