Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-trigger.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
- name: Run Non-functional Test Agent
uses: docker://docker.io/pranayc/codegen:github-action
env:
INPUT_FILE_PATH: "./test-data/data.csv"
INPUT_FILE_PATH: ${{ inputs.output_file_path }}
OUTPUT_FILE_PATH: ${{ inputs.output_file_path }}
PIPELINE_TOKEN: ${{ inputs.pipeline_token }}
ANTHROPIC_API_KEY: ${{ inputs.anthropic_api_key }}

0 comments on commit 09e50fc

Please sign in to comment.