Skip to content

Removed trailing spaces #2

Removed trailing spaces

Removed trailing spaces #2

Workflow file for this run

name: Mirror
on: [push, delete, workflow_dispatch]
jobs:
to_bitbucket:
if: github.repository == 'OpenXRay/xray-16'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pixta-dev/[email protected]
with:
target_repo_url: [email protected]:OpenXRay/xray-16.git
ssh_private_key: ${{ secrets.RABOTYAGA_BITBUCKET_PRIVATE_SSH_KEY }}