Skip to content

Update install-instructions.md #1338

Update install-instructions.md

Update install-instructions.md #1338

Workflow file for this run

# https://github.com/marketplace/actions/git-repo-sync
name: Git Repo Sync
on:
- push
- delete
jobs:
sync-bitbucket:
if: github.repository_owner == 'Fabulously-Optimized'
runs-on: ubuntu-24.04
name: Git Repo Sync - BitBucket
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
- uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: ${{ secrets.BITBUCKET_GIT }}
target-username: ${{ secrets.BITBUCKET_USERNAME }}
target-token: ${{ secrets.BITBUCKET_TOKEN }}