We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72fc94 commit 195e97eCopy full SHA for 195e97e
.github/workflows/mirror.yml
@@ -1,5 +1,6 @@
1
-on: [push]
+name: Update Codeberg mirror
2
3
+on: [push]
4
5
jobs:
6
build:
@@ -11,6 +12,6 @@ jobs:
11
12
fetch-depth: 0
13
- uses: yesolutions/mirror-action@master
14
with:
- REMOTE: 'https://codeberg.org/${{ github.actor }}/${{ github.repository }}.git'
15
+ REMOTE: 'https://codeberg.org/${{ github.repository }}.git'
16
GIT_USERNAME: ${{ github.actor }}
17
GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}
0 commit comments