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 2f679cd commit 4e04e76Copy full SHA for 4e04e76
.github/workflows/mirror.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Push to Codeberg
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
git push --mirror codeberg
20
env:
21
CODEBERG_TOKEN: ${{ secrets.CODEBERG_TOKEN }}
0 commit comments