From 2361d7a040f35d478c858e71408d3fbd8a092903 Mon Sep 17 00:00:00 2001 From: Tiexin Guo Date: Mon, 25 Nov 2024 10:52:47 +0800 Subject: [PATCH] ci: add debug info Signed-off-by: Tiexin Guo --- .github/workflows/matrix-tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/matrix-tests.yaml b/.github/workflows/matrix-tests.yaml index e9274364..84970649 100644 --- a/.github/workflows/matrix-tests.yaml +++ b/.github/workflows/matrix-tests.yaml @@ -31,9 +31,9 @@ jobs: interface: ${{ fromJSON(needs.set-matrix.outputs.matrix_values) }} steps: - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 1 + uses: actions/checkout@v4 + with: + fetch-depth: 1 - name: Set up python uses: actions/setup-python@v5 with: