We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b4664 commit 3040600Copy full SHA for 3040600
.github/workflows/mirror.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Add Codeberg remote
17
run: |
18
- git remote add codeberg https://$CODEBERG_TOKEN@codeberg.org/USERNAME/REPONAME.git
+ git remote add codeberg https://$CODEBERG_TOKEN@codeberg.org/3dnsfw/Kemono-Scraper.git
19
env:
20
CODEBERG_TOKEN: ${{ secrets.CODEBERG_TOKEN }}
21
0 commit comments