Update .github/workflows/scrape.yml
Some checks are pending
Scrape / scrape (push) Waiting to run

This commit is contained in:
Henrik Lindhe 2026-05-31 11:24:12 +02:00
parent b00e088a88
commit 3f2bed15ee

View file

@ -32,7 +32,7 @@ jobs:
echo -e "# Scheduled scraper\n\nFor $REPO_DESC" > README.md
fi
env:
REPO_DESC: ${{ github.event.repository.description }}
REPO_DESC: https://arkmap.vattenfalleldistribution.se/incidents.json
# Uncomment to use Python:
# - name: Set up Python 3.13
# uses: actions/setup-python@v5