From 16c46e705e41733b35199c0afb33e0fdb184b405 Mon Sep 17 00:00:00 2001 From: dev Date: Thu, 3 Oct 2024 15:51:24 +0530 Subject: [PATCH] Fix for sandersoncentre workflow --- .github/workflows/sandersoncentre-ca.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sandersoncentre-ca.yml b/.github/workflows/sandersoncentre-ca.yml index b49f199..3c35b6f 100644 --- a/.github/workflows/sandersoncentre-ca.yml +++ b/.github/workflows/sandersoncentre-ca.yml @@ -7,7 +7,7 @@ jobs: call-workflow-to-fetch-data: uses: ./.github/workflows/generate_report.yml with: - page_url: "https://calendar.sandersoncentre.ca" + page_url: "https://calendar.sandersoncentre.ca/?page=" entity_identifier: "div#CalendarList a.card" file_name: "sandersoncentre-ca.jsonld" is_paginated: "true"