From 5cc8598f34486b15753a38e5a345e7ace8211fbe Mon Sep 17 00:00:00 2001 From: phoenix Date: Wed, 12 Mar 2025 20:42:08 -0400 Subject: [PATCH] Remove step --- .github/workflows/rust-ubuntu-latest.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/rust-ubuntu-latest.yml b/.github/workflows/rust-ubuntu-latest.yml index 8436617..6fee316 100644 --- a/.github/workflows/rust-ubuntu-latest.yml +++ b/.github/workflows/rust-ubuntu-latest.yml @@ -32,9 +32,6 @@ jobs: - name: Debug secret run: echo "${{ secrets.GITLAB_TOKEN }}" | head -c 20 ; echo "..." - - name: Debug SSH Connection - run: ssh -ddd -T git@gitlab.com - - name: Add SSH Keys run: | echo "Starting"