Skip to content

Commit 4e04e76

Browse files
authored
fix: add correct repo
1 parent 2f679cd commit 4e04e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Push to Codeberg
1717
run: |
18-
git remote add codeberg https://$CODEBERG_TOKEN@codeberg.org/USERNAME/REPONAME.git
18+
git remote add codeberg https://$CODEBERG_TOKEN@codeberg.org/3dnsfw/Kemono-Scraper.git
1919
git push --mirror codeberg
2020
env:
2121
CODEBERG_TOKEN: ${{ secrets.CODEBERG_TOKEN }}

0 commit comments

Comments
 (0)