From 1f316314bfbbff05680121653a8b2028ca8fe7f9 Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Wed, 4 Dec 2024 13:30:46 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=AC=20test(=5Fmirror):=20gitlab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/mirror.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index af04f04..ce13ac4 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -12,7 +12,11 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v3 - + + - name: Test SSH Connection + run: | + ssh -vT git@gitlab.com + - name: Set up SSH run: | mkdir -p ~/.ssh @@ -25,4 +29,3 @@ jobs: git remote add gitlab git@gitlab.com:Snigdha-OS/snigdhaos-applications/snigdhaos-kernel-switcher-dev.git git push --mirror gitlab - \ No newline at end of file