Updated mirror links.

This commit is contained in:
Batuhan Berk Başoğlu 2024-02-02 09:31:20 -05:00
parent 6691d4cac5
commit 69d7cd3531

View file

@ -28,3 +28,14 @@ jobs:
with: with:
source-repo: "git@github.com:batuhan-basoglu/Vehicle-Anti-Theft-Face-Recognition-System.git" source-repo: "git@github.com:batuhan-basoglu/Vehicle-Anti-Theft-Face-Recognition-System.git"
destination-repo: "git@codeberg.org:batuhan-basoglu/Vehicle-Anti-Theft-Face-Recognition-System.git" destination-repo: "git@codeberg.org:batuhan-basoglu/Vehicle-Anti-Theft-Face-Recognition-System.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/Vehicle-Anti-Theft-Face-Recognition-System.git"
destination-repo: "git@git.batuhan.basoglu.co:batuhan-basoglu/Vehicle-Anti-Theft-Face-Recognition-System.git"