From 1b9c7c5c470117b78fa6412825db5f5facc9c1ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Berk=20Ba=C5=9Fo=C4=9Flu?= Date: Fri, 19 Jan 2024 22:10:39 -0500 Subject: [PATCH] Create mirror.yml. --- .github/workflows/mirror.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index e105c7d..6420c48 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -15,8 +15,8 @@ jobs: env: SSH_PRIVATE_KEY: ${{ secrets.ACTIONS_SSH_KEY }} with: - source-repo: "git@github.com:batuhan-basoglu/batuhan-basoglu.git" - destination-repo: "git@gitlab.com:batuhan-basoglu/batuhan-basoglu.git" + source-repo: "git@github.com:batuhan-basoglu/Sam-s-Mart-Website-Alternative.git" + destination-repo: "git@gitlab.com:batuhan-basoglu/Sam-s-Mart-Website-Alternative.git" codeberg: runs-on: ubuntu-latest @@ -26,5 +26,5 @@ jobs: env: SSH_PRIVATE_KEY: ${{ secrets.ACTIONS_SSH_KEY }} with: - source-repo: "git@github.com:batuhan-basoglu/batuhan-basoglu.git" - destination-repo: "git@codeberg.org:batuhan-basoglu/batuhan-basoglu.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"