Skip to content

Commit 5ea2982

Browse files
committed
add codeberg mirroring
1 parent 475c6a3 commit 5ea2982

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

‎.github/workflows/mirror.yml‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: mirror
2+
3+
on: [push]
4+
5+
jobs:
6+
mirror:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v3
10+
with:
11+
fetch-depth: 0
12+
- uses: yesolutions/mirror-action@master
13+
with:
14+
REMOTE: "https://codeberg.org/FyraStack/61Craft-stack.git"
15+
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
16+
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}

0 commit comments

Comments
 (0)