Skip to content

bugfix with loading a PD name as username in navbar #9

bugfix with loading a PD name as username in navbar

bugfix with loading a PD name as username in navbar #9

Workflow file for this run

name: Mirroring
on:
push:
branches:
- main
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:
[email protected]:punk-domains/send2name-frontend.git
ssh_private_key: # <-- use 'secrets' to pass credential information.
${{ secrets.BITBUCKET_SSH_PRIVATE_KEY }}
to_gitlab:
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:
[email protected]:send2name/send2name-frontend.git
ssh_private_key: # <-- use 'secrets' to pass credential information.
${{ secrets.BITBUCKET_SSH_PRIVATE_KEY }}