Skip to content

bugfix header.status_code hunterio #28

bugfix header.status_code hunterio

bugfix header.status_code hunterio #28

Workflow file for this run

name: csv to json
on:
push:
paths:
- '*.csv'
- '.github/workflows/csv2json.yml'
workflow_dispatch:
jobs:
csv-to-json:
runs-on: ubuntu-latest
steps:
- name: checkout the repo
uses: actions/checkout@v2
- name: generate providers.json
run: |
python3 docs/csv2json.py providers.csv docs/providers.json
- name: generate queries.json
run: |
python3 docs/csv2json.py queries.csv docs/queries.json
- name: save changes
run: |
git config user.name github-actions
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git commit --all --message "饾殞饾殯饾殬饾殫饾殝饾殬饾殱" || echo "no changes to commit"
git push