Update .github/workflows/scrape.yml
All checks were successful
Scrape / scrape (push) Successful in 29s

This commit is contained in:
Henrik Lindhe 2026-05-31 11:38:39 +02:00
parent 19c17251df
commit 5bb60557d3

View file

@ -19,6 +19,7 @@ jobs:
- uses: actions/checkout@v4
- name: Create scrape.sh if it doesn't exist
run: |
chmod +x download.sh
if [ ! -f "scrape.sh" ]; then
echo '#!/bin/bash' > scrape.sh
if [[ "$REPO_DESC" == http://* ]] || [[ "$REPO_DESC" == https://* ]]; then