We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e459597 commit f5d6f4fCopy full SHA for f5d6f4f
.github/workflows/mirror.yml
@@ -17,8 +17,8 @@ jobs:
17
git clone https://codeberg.org/Calamares/calamares.git mirror
18
cd mirror
19
20
- # Remove upstream workflows so they are not pushed
21
- rm -rf .github/workflows
+ pip install git-filter-repo
+ git filter-repo --path .github/workflows --invert-paths
22
23
# Set GitHub as push target using Actions token
24
git remote add github "https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/teo/calamares.git"
0 commit comments