Skip to content

change trigger

change trigger #5

Workflow file for this run

name: Generate Sensemaker report

Check failure on line 1 in .github/workflows/sensemaker-cron.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sensemaker-cron.yml

Invalid workflow file

`on` is not a valid event name
on:
on:
pull_request:
paths:
- '*'
jobs:
generate-summary:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: "Jigsaw-Code/sensemaking-tools"
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
cache: "npm"
- name: Install dependencies
run: npm install
- name: Get CSV
uses: valitydev/action-download-file@v1
with:
url: https://preprod.pol.is/api/v3/reportExport/r7kfpvrhdpyykbhnirtcd/comments.csv
target-path: .
- name: Generate Summary Output
run: |
npx ts-node ./evaluations/runner.ts --outputFile "summary" \
--vertexProject "jigsaw-vertex-integration" \
--inputFile "/comments.csv" \
--rerunCount 3