Skip to content

Commit 89b1644

Browse files
ci skip: mirror to Codeberg
1 parent 5926dad commit 89b1644

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/main.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ on:
77
branches: [ main ]
88

99
jobs:
10+
codeberg:
11+
name: Codeberg
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout code
15+
uses: actions/checkout@v4
16+
with:
17+
fetch-depth: 0
18+
19+
- name: Mirror to Codeberg
20+
uses: yesolutions/mirror-action@master
21+
with:
22+
REMOTE: "https://codeberg.org/flowerinthenight/spindle.git"
23+
GIT_USERNAME: flowerinthenight
24+
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
25+
1026
build:
1127
name: Build
1228
if: "!contains(github.event.commits[0].message, 'ci skip')"

0 commit comments

Comments
 (0)