Skip to content

Commit e8c49cc

Browse files
authored
Update codebergmirror.yml
1 parent 4bf12d3 commit e8c49cc

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/codebergmirror.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- name: Get Repo Name
20-
run: echo "REPONAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
21-
19+
2220
- name: Push mirror
2321
run: |
24-
git remote add codeberg https://arfshl:${{ secrets.CODEBERG_TOKEN }}@codeberg.org/arfshl/${REPONAME}.git
22+
git remote add codeberg https://arfshl:${{ secrets.CODEBERG_TOKEN }}@codeberg.org/arfshl/alpine-wsl.git
2523
git push --mirror codeberg

0 commit comments

Comments
 (0)