Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

urgent bug fix

urgent bug fix #377

Workflow file for this run

name: Mirroring
on: [push, delete]
jobs:
to_bitbucket:
runs-on: ubuntu-latest
steps: # <-- must use actions/checkout before mirroring!
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
ssh://[email protected]:7999/fophn2324infun2324projectworkx/fophn2324infun2324projectworkx-pyxellabs.git
ssh_private_key: # <-- use 'secrets' to pass credential information.
${{ secrets.GIT_SSH_PRIVATE_KEY }}