You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STATE_CODE: il# CHANGE THIS to your state abbreviation
48
+
STATE_CODE: md# CHANGE THIS to your state abbreviation
49
49
50
50
jobs:
51
51
scrape:
@@ -67,7 +67,7 @@ This approach keeps every state repository consistent, auditable, and easy to ma
67
67
- name: Extract text
68
68
uses: windy-civi/toolkit/actions/extract@main
69
69
with:
70
-
state: il # CHANGE THIS to your state abbreviation
70
+
state: md # CHANGE THIS to your state abbreviation
71
71
```
72
72
73
73
Make sure the state abbreviation matches the folder name used in [Open States scrapers](https://github.com/openstates/openstates-scrapers/tree/main/scrapers).
0 commit comments