We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7617cc commit a0a7d1bCopy full SHA for a0a7d1b
1 file changed
.github/workflows/fetchAgencyCodeJSON.yml
@@ -29,7 +29,7 @@ jobs:
29
restore-keys: |
30
${{ runner.os }}-pip-
31
- run: pip install -r scripts/requirements.txt
32
- - run: python scripts/pull-public-assets.py
+ - run: python scripts/pull_public_assets.py
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
- run: |
@@ -42,4 +42,4 @@ jobs:
42
- name: Push to ${{ github.ref_name }}
43
uses: CasperWA/push-protected@v2
44
with:
45
- branch: ${{ github.ref_name }}
+ branch: ${{ github.ref_name }}
0 commit comments