Skip to content

Commit

Permalink
Merge pull request #21 from culturecreates/enhamcement/issue-1115
Browse files Browse the repository at this point in the history
Support for new to fetch upcoming events only
  • Loading branch information
sahalali authored Dec 6, 2024
2 parents dfc91dc + 2a73b7f commit 01faa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/export-cms-entitiesv2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Export entities
run: |
curl -X 'GET' \
'https://api.cms.footlight.io/entities/export?file-format=ttl&entity=Event' \
'https://api.cms.footlight.io/entities/export?file-format=ttl&entity=Event&upcoming-events-only=true' \
-H 'accept: */*' \
-H 'calendar-id: ${{inputs.calendar_id}}' \
-H 'Referer: https://api.cms.footlight.io/export' \
Expand Down

0 comments on commit 01faa98

Please sign in to comment.