@@ -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:"
|
||||
|
||||
Reference in New Issue
Block a user