diff --git a/.github/workflows/configure_ssh.yml b/.github/workflows/configure_ssh.yml index 9b9fa80..5fed02a 100644 --- a/.github/workflows/configure_ssh.yml +++ b/.github/workflows/configure_ssh.yml @@ -56,7 +56,7 @@ jobs: echo "Testing SSH Connection" ssh -tt test_env << 'EOF' echo "SSH Connection Successful" - cd var/www/compare/ + cd /var/www/compare/ ls -la exit EOF \ No newline at end of file