Skip to content

Commit 88ccfc5

Browse files
chore: update toolkit actions to use @main branch
- Update scrape action reference to @main - Update format action reference to @main - Update extract action reference to @main Preparing for toolkit v2.0 data structure merge to main.
1 parent 76e5d1f commit 88ccfc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/extract-text.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Run text extraction action
23-
uses: windy-civi/toolkit/actions/extract@refactor/v2-data-structure
23+
uses: windy-civi/toolkit/actions/extract@main
2424
with:
2525
state: vt # Vermont
2626
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/scrape-and-format-data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Run scraper action
3838
id: scrape
39-
uses: windy-civi/toolkit/actions/scrape@refactor/v2-data-structure
39+
uses: windy-civi/toolkit/actions/scrape@main
4040
with:
4141
state: ${{ env.STATE_CODE }}
4242
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -61,7 +61,7 @@ jobs:
6161
name: ${{ needs.scrape.outputs.scrape-artifact-name }}
6262

6363
- name: Run formatter action
64-
uses: windy-civi/toolkit/actions/format@refactor/v2-data-structure
64+
uses: windy-civi/toolkit/actions/format@main
6565
with:
6666
state: ${{ env.STATE_CODE }}
6767
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)