Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhighet committed Aug 1, 2023
1 parent c47ac04 commit f1775b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/csv2json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2
- name: generate urlgen.json
run: |
python3 docs/csv2json.py urlgen.csv docs/urlgen.json
python3 csv2json.py urlgen.csv docs/urlgen.json
- name: save changes
run: |
git config user.name github-actions
Expand Down

0 comments on commit f1775b5

Please sign in to comment.