Skip to content

Update install-instructions.md #1215

Update install-instructions.md

Update install-instructions.md #1215

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-22.04
name: Git Repo Sync - BitBucket
steps:
- uses: actions/checkout@v4
with:
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 }}