Skip to content

Commit

Permalink
aligning anmes
Browse files Browse the repository at this point in the history
  • Loading branch information
lyon-tonic committed Mar 4, 2024
1 parent 93e0ea8 commit ba050cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ runs:
id: tonic-validate
env:
TONIC_VALIDATE_GITHUB_ACTION: true
TONIC_VALIDATE_SERVER_PROJECT_ID: ${{ inputs.tonic_validate_server_project_id }}
TONIC_VALIDATE_SERVER_API_KEY: ${{ inputs.TONIC_VALIDATE_SERVER_API_KEY }}
TONIC_VALIDATE_SERVER_PROJECT_ID: ${{ inputs.tonic_validate_project_id }}
TONIC_VALIDATE_SERVER_API_KEY: ${{ inputs.tonic_validate_api_key }}
VALIDATE_RESPONSES_PATH: ${{ github.workspace }}/${{ inputs.llm_response_path }}
run: python ${{ github.action_path }}/src/runner.py
shell: bash
Expand Down

0 comments on commit ba050cc

Please sign in to comment.