Skip to content

Commit 0cd8f59

Browse files
hyperpolymathclaude
andcommitted
fix: use BITBUCKET_ORG variable for Bitbucket mirror workspace
Bitbucket workspace is hyperpolymath-dev, not hyperpolymath. Use the BITBUCKET_ORG repo variable instead of hardcoding. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6b0d85f commit 0cd8f59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Mirror to Bitbucket
4444
run: |
4545
ssh-keyscan -t ed25519 bitbucket.org >> ~/.ssh/known_hosts
46-
git remote add bitbucket git@bitbucket.org:hyperpolymath/${{ github.event.repository.name }}.git || true
46+
git remote add bitbucket git@bitbucket.org:${{ vars.BITBUCKET_ORG }}/${{ github.event.repository.name }}.git || true
4747
git push --force bitbucket main
4848
4949
mirror-codeberg:

0 commit comments

Comments
 (0)