Trying to get things.
Some checks failed
Tests / Backend Tests (Python 3.13 + uv) (push) Failing after 20s
Tests / Frontend Tests (TypeScript + Vue + Yarn Berry) (push) Failing after 2m11s

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-10-23 16:52:13 -04:00
parent 108e1202db
commit aa272488b1

View File

@@ -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:"