Skip to content

Commit a0a7d1b

Browse files
authored
Update fetchAgencyCodeJSON.yml
1 parent b7617cc commit a0a7d1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fetchAgencyCodeJSON.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
restore-keys: |
3030
${{ runner.os }}-pip-
3131
- run: pip install -r scripts/requirements.txt
32-
- run: python scripts/pull-public-assets.py
32+
- run: python scripts/pull_public_assets.py
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
- run: |
@@ -42,4 +42,4 @@ jobs:
4242
- name: Push to ${{ github.ref_name }}
4343
uses: CasperWA/push-protected@v2
4444
with:
45-
branch: ${{ github.ref_name }}
45+
branch: ${{ github.ref_name }}

0 commit comments

Comments
 (0)