We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5629c3 commit 8b4b466Copy full SHA for 8b4b466
.forgejo/workflows/repo-sync.yml
@@ -33,7 +33,14 @@ jobs:
33
BRANCH=main
34
cd ${{ github.workspace }}
35
36
+ git fetch github
37
git push github ${BRANCH}
38
+
39
+ git fetch codeberg
40
git push codeberg ${BRANCH}
41
42
+ git fetch gitlab
43
git push gitlab ${BRANCH}
44
45
+ git fetch sourcehut
46
git push sourcehut ${BRANCH}
.sourceignore
@@ -1,4 +1,5 @@
1
.github/
2
+.forgejo
3
.builds
4
.sops.yaml
5
.pre-commit-config.yaml
0 commit comments