Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
tevko committed Dec 19, 2024
1 parent c827282 commit ec94539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sensemaker-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
uses: valitydev/action-download-file@v1
with:
url: https://preprod.pol.is/api/v3/reportExport/r7kfpvrhdpyykbhnirtcd/comments.csv
target-path: .
target-path: data/

- name: Generate Summary Output
run: |
npx ts-node runner-cli/runner.ts --outputFile "summary" \
--vertexProject "jigsaw-vertex-integration" \
--inputFile "/comments.csv"
--inputFile "data/comments.csv"
working-directory: sensemaking-tools

0 comments on commit ec94539

Please sign in to comment.