Skip to content

Commit

Permalink
feat: add debug info for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ddio committed May 17, 2022
1 parent 97d9375 commit 2a63f16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/daily-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ jobs:
- name: Install dependencies 👨🏻‍💻
run: npm ci --prefer-offline --no-audit

- name: Inspect env
run: node --version && pwd && ls ./tools && file ./tools/extract-interpellation.js

- name: Sync latest council data
run: node ./tools/erxtract-poc.js
run: node ./tools/extract-interpellation.js

- name: Push latest council data
uses: EndBug/add-and-commit@v8
Expand Down
File renamed without changes.

0 comments on commit 2a63f16

Please sign in to comment.