diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3aa89da..5dc0887 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v4 - name: Run Tonic Validate Action - uses: ../action.yml + uses: ./ with: llm_response_path: ./sample.json tonic_validate_project_id: ${{ secrets.TONIC_VALIDATE_PROJECT_ID }}