diff options
| author | hathach <[email protected]> | 2024-10-04 15:05:02 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-10-04 15:05:02 +0700 |
| commit | 5a5dbfc8c65273cf97fe5f5382d1d69de5dcd66d (patch) | |
| tree | 05a5b2b8892a50d01543d949dbd51bf7a8421e0b /.github | |
| parent | 1b295de9adbe8eb42f1590ce6b478af5c23e5f8b (diff) | |
fix missing json
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/hil_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/hil_test.yml b/.github/workflows/hil_test.yml index 7c94fdf6a..579e935ac 100644 --- a/.github/workflows/hil_test.yml +++ b/.github/workflows/hil_test.yml @@ -32,7 +32,7 @@ jobs: - name: Generate matrix json id: set-matrix-json run: | - MATRIX_JSON=$(python test/hil/hil_ci_set_matrix.py) + MATRIX_JSON=$(python test/hil/hil_ci_set_matrix.py ${{ env.HIL_JSON }}) echo "matrix=$MATRIX_JSON" echo "matrix=$MATRIX_JSON" >> $GITHUB_OUTPUT |
