From 3f2bed15eeb5707c5ee74d6e2e72cdea644204b3 Mon Sep 17 00:00:00 2001 From: henrik Date: Sun, 31 May 2026 11:24:12 +0200 Subject: [PATCH] Update .github/workflows/scrape.yml --- .github/workflows/scrape.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scrape.yml b/.github/workflows/scrape.yml index a647089..0c52434 100644 --- a/.github/workflows/scrape.yml +++ b/.github/workflows/scrape.yml @@ -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