Skip to content

build(deps-dev): Bump blacken-docs from 1.14.0 to 1.15.0 #336

build(deps-dev): Bump blacken-docs from 1.14.0 to 1.15.0

build(deps-dev): Bump blacken-docs from 1.14.0 to 1.15.0 #336

Workflow file for this run

name: CI - Mirroring
on:
pull_request:
types:
- closed
jobs:
to_gitlab:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: ${{ secrets.GITLAB_MIRROR_URL }}
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}