1 parent 2405e29 commit 57397c9Copy full SHA for 57397c9
2 files changed
.github/workflows/sync-meetup-events.yml
@@ -33,7 +33,7 @@ jobs:
33
python-version: '3.13'
34
35
- name: Export upcoming events
36
- run: python scripts/sync_meetup_events.py --output data/events.json
+ run: python scripts/sync_meetup_events.py --include-past --output data/events.json
37
38
- name: Create or update event-sync pull request
39
uses: peter-evans/create-pull-request@v8
.gitignore
@@ -1,3 +1,4 @@
1
__pycache__/
2
output/
3
publish-key.pub
4
+.vscode/settings.json
0 commit comments