Skip to content

Commit 195e97e

Browse files
committed
add action to update codeberg mirror
1 parent a72fc94 commit 195e97e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/mirror.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
on: [push]
1+
name: Update Codeberg mirror
22

3+
on: [push]
34

45
jobs:
56
build:
@@ -11,6 +12,6 @@ jobs:
1112
fetch-depth: 0
1213
- uses: yesolutions/mirror-action@master
1314
with:
14-
REMOTE: 'https://codeberg.org/${{ github.actor }}/${{ github.repository }}.git'
15+
REMOTE: 'https://codeberg.org/${{ github.repository }}.git'
1516
GIT_USERNAME: ${{ github.actor }}
1617
GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}

0 commit comments

Comments
 (0)