Skip to content

Commit 8b4b466

Browse files
committed
Actions: It thinks remote is different
Its not
1 parent f5629c3 commit 8b4b466

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.forgejo/workflows/repo-sync.yml

+7
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,14 @@ jobs:
3333
BRANCH=main
3434
cd ${{ github.workspace }}
3535
36+
git fetch github
3637
git push github ${BRANCH}
38+
39+
git fetch codeberg
3740
git push codeberg ${BRANCH}
41+
42+
git fetch gitlab
3843
git push gitlab ${BRANCH}
44+
45+
git fetch sourcehut
3946
git push sourcehut ${BRANCH}

.sourceignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.github/
2+
.forgejo
23
.builds
34
.sops.yaml
45
.pre-commit-config.yaml

0 commit comments

Comments
 (0)