From 3c9896e2a4232df1407993fde4d5d5cb9b98e4bd Mon Sep 17 00:00:00 2001 From: sahalali Date: Tue, 17 Sep 2024 15:42:44 +0530 Subject: [PATCH] testing --- .github/workflows/export-tout-culture-entities-to-footlight.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/export-tout-culture-entities-to-footlight.yml b/.github/workflows/export-tout-culture-entities-to-footlight.yml index 66b9abb..66e9371 100644 --- a/.github/workflows/export-tout-culture-entities-to-footlight.yml +++ b/.github/workflows/export-tout-culture-entities-to-footlight.yml @@ -64,7 +64,7 @@ jobs: id: step-4 run: | curl 'https://api.footlight.io/calendars/tout-culture/events?page=1&limit=300' >> events.json && - curl 'https://api.footlight.io/calendars/tout-culture/places?page=1&limit=300' >> places.json && + curl 'https://api.footlight.io/calendars/tout-culture/places?page=1&limit=30' >> places.json && curl 'https://api.footlight.io/calendars/tout-culture/organizations?page=1&limit=300' >> organizations.json && curl 'https://api.footlight.io/calendars/tout-culture/people?page=1&limit=300' >> people.json