Skip to content

Commit 9446a3e

Browse files
committed
Fix TGI_DLC environment variable value
1 parent beef705 commit 9446a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
env:
5151
TRAINING_DLC: ${{ inputs.training-dlc }}
5252
INFERENCE_DLC: ${{ inputs.inference-dlc }}
53-
TGI_DLC: ${{ inputs.tgi_dlc }}
53+
TGI_DLC: ${{ inputs.tgi-dlc }}

0 commit comments

Comments
 (0)