Skip to content

Commit 57397c9

Browse files
committed
ci: Include past Meetup events
1 parent 2405e29 commit 57397c9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sync-meetup-events.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: '3.13'
3434

3535
- name: Export upcoming events
36-
run: python scripts/sync_meetup_events.py --output data/events.json
36+
run: python scripts/sync_meetup_events.py --include-past --output data/events.json
3737

3838
- name: Create or update event-sync pull request
3939
uses: peter-evans/create-pull-request@v8

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
__pycache__/
22
output/
33
publish-key.pub
4+
.vscode/settings.json

0 commit comments

Comments
 (0)