Skip to content

Commit db20964

Browse files
committed
language var
1 parent 0939a61 commit db20964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-per-language.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ jobs:
376376
run: |
377377
mkdir -p test/temp
378378
./draft --dry-run --dry-run-file test/temp/dry-run.json \
379-
create -c ./test/integration/$lang/manifest.yaml \
379+
create -c ./test/integration/${{inputs.language}}/manifest.yaml \
380380
-d ./langtest/ --skip-file-detection
381381
- name: Validate JSON
382382
run: |

0 commit comments

Comments
 (0)