1 parent 4bf12d3 commit e8c49ccCopy full SHA for e8c49cc
1 file changed
.github/workflows/codebergmirror.yml
@@ -16,10 +16,8 @@ jobs:
16
with:
17
fetch-depth: 0
18
19
- - name: Get Repo Name
20
- run: echo "REPONAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
21
-
+
22
- name: Push mirror
23
run: |
24
- git remote add codeberg https://arfshl:${{ secrets.CODEBERG_TOKEN }}@codeberg.org/arfshl/${REPONAME}.git
+ git remote add codeberg https://arfshl:${{ secrets.CODEBERG_TOKEN }}@codeberg.org/arfshl/alpine-wsl.git
25
git push --mirror codeberg
0 commit comments