Skip to content

Merge branch 'master' of https://github.com/paologaleotti/blaze into v2 #58

Merge branch 'master' of https://github.com/paologaleotti/blaze into v2

Merge branch 'master' of https://github.com/paologaleotti/blaze into v2 #58

Workflow file for this run

name: Mirror Repository
on: [push]
jobs:
mirror:
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]:quinck-io/blaze.git
ssh_private_key: ${{ secrets.GH_SSH_PRIVATE_KEY }}