Skip to content

Commit

Permalink
changedir
Browse files Browse the repository at this point in the history
  • Loading branch information
tevko committed Dec 19, 2024
1 parent f569b63 commit d8e6465
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sensemaker-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: "Jigsaw-Code/sensemaking-tools"
path: sensemaking-tools

- name: Setup Node.js
uses: actions/setup-node@v3
Expand All @@ -19,6 +20,7 @@ jobs:

- name: Install dependencies
run: npm install
working-directory: sensemaking-tools

- name: Get CSV
uses: valitydev/action-download-file@v1
Expand All @@ -32,3 +34,4 @@ jobs:
--vertexProject "jigsaw-vertex-integration" \
--inputFile "/comments.csv" \
--rerunCount 3
working-directory: sensemaking-tools

0 comments on commit d8e6465

Please sign in to comment.