Skip to content

fix(sendsay-docs): fix id forms (#350) #121

fix(sendsay-docs): fix id forms (#350)

fix(sendsay-docs): fix id forms (#350) #121

Workflow file for this run

name: Backup to gitlab
on: [push, delete]
jobs:
to_gitlab:
runs-on: ubuntu-latest
if: ${{ startsWith(github.repository, 'sendsay-ru') }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: [email protected]:sendsay-ru/sendsay-docs.git
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}