diff --git a/.github/workflows/configure_ssh.yml b/.github/workflows/configure_ssh.yml index 9bba897..202883e 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' pwd - cd /var/www/compare + cd /var/www/compare/ ls -la exit EOF \ No newline at end of file