Skip to content

Commit 92244c2

Browse files
Update state code in extract-text workflow
1 parent 9e53dae commit 92244c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/extract-text.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run text extraction action
2323
uses: windy-civi/toolkit/actions/extract@refactor/v2-data-structure
2424
with:
25-
state: UPDATE_STATE_HERE # ⚠️ UPDATE THIS: Change to your state code (e.g., wy, usa, il, tx)
25+
state: ca # ⚠️ UPDATE THIS: Change to your state code (e.g., wy, usa, il, tx)
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
2727
force-update: "false"
2828

0 commit comments

Comments
 (0)