fix: update GitHub mirror workflow to use orphan branch
Test and Lint / backend-test (push) Successful in 1m5s
continuous-integration/drone/push Build is passing
Test and Lint / frontend-test (push) Successful in 2m19s
Version and Release / version-bump (push) Successful in 35s
Version and Release / trigger-drone (push) Successful in 3s

This commit is contained in:
2025-07-14 20:47:20 +02:00
parent 88919fa0d3
commit 9fa5ba1cf7
+2 -1
View File
@@ -21,8 +21,9 @@ jobs:
- name: Create filtered branch
run: |
# Create a new branch for GitHub
git checkout -b github-mirror
git checkout --orphan -b github-mirror
# Remove sensitive files/directories
# Example: Remove .env files, private configs, etc.