Updated mirror links.
This commit is contained in:
parent
8f21f6f110
commit
8657787e0c
1 changed files with 11 additions and 0 deletions
11
.github/workflows/mirror.yml
vendored
11
.github/workflows/mirror.yml
vendored
|
@ -28,3 +28,14 @@ jobs:
|
||||||
with:
|
with:
|
||||||
source-repo: "git@github.com:batuhan-basoglu/Sam-s-Mart-Website-Alternative.git"
|
source-repo: "git@github.com:batuhan-basoglu/Sam-s-Mart-Website-Alternative.git"
|
||||||
destination-repo: "git@codeberg.org:batuhan-basoglu/Sam-s-Mart-Website-Alternative.git"
|
destination-repo: "git@codeberg.org:batuhan-basoglu/Sam-s-Mart-Website-Alternative.git"
|
||||||
|
|
||||||
|
forgejo:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Mirror to Forgejo
|
||||||
|
uses: wearerequired/git-mirror-action@v1
|
||||||
|
env:
|
||||||
|
SSH_PRIVATE_KEY: ${{ secrets.ACTIONS_SSH_KEY }}
|
||||||
|
with:
|
||||||
|
source-repo: "git@github.com:batuhan-basoglu/Sam-s-Mart-Website-Alternative.git"
|
||||||
|
destination-repo: "git@git.batuhan.basoglu.co:batuhan-basoglu/Sam-s-Mart-Website-Alternative.git"
|
||||||
|
|
Loading…
Reference in a new issue