@@ -26,8 +26,9 @@ jobs:
|
|||||||
git config --global http.sslverify false
|
git config --global http.sslverify false
|
||||||
git config --global http.postBuffer 524288000
|
git config --global http.postBuffer 524288000
|
||||||
|
|
||||||
# Clone the repository
|
# Try HTTP instead of HTTPS to avoid SSL issues
|
||||||
git clone --depth 1 https://dogar.darkhelm.org/DarkHelm.org/plex-playlist.git .
|
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"
|
git checkout ${{ github.sha }} 2>/dev/null || echo "Using HEAD commit"
|
||||||
|
|
||||||
echo "Repository contents:"
|
echo "Repository contents:"
|
||||||
|
|||||||
Reference in New Issue
Block a user