diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index a46b0ea..cc82545 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -26,8 +26,9 @@ jobs: git config --global http.sslverify false git config --global http.postBuffer 524288000 - # Clone the repository - git clone --depth 1 https://dogar.darkhelm.org/DarkHelm.org/plex-playlist.git . + # Try HTTP instead of HTTPS to avoid SSL issues + echo "Attempting HTTP clone to avoid SSL issues..." + git clone --depth 1 http://dogar.darkhelm.org/DarkHelm.org/plex-playlist.git . git checkout ${{ github.sha }} 2>/dev/null || echo "Using HEAD commit" echo "Repository contents:"