Skip to content

5.12.0-beta.1

5.12.0-beta.1 #1858

Workflow file for this run

name: Git Repo Sync
on:
- push
- delete
jobs:
sync-bitbucket:
if: github.repository_owner == 'Fabulously-Optimized'
runs-on: ubuntu-22.04
name: Git Repo Sync - BitBucket
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Synchronize code to other Git platforms
uses: wangchucheng/[email protected]
with:
target-url: ${{ secrets.BITBUCKET_GIT }}
target-username: ${{ secrets.BITBUCKET_USERNAME }}
target-token: ${{ secrets.BITBUCKET_TOKEN }}