Skip to content

Commit

Permalink
🔬 test(_mirror): gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed Dec 4, 2024
1 parent 5233d0f commit 1f31631
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 1f31631

Please sign in to comment.