From 1fc2bdd8925f7a2c533695fa3c77e8b3d246c33f Mon Sep 17 00:00:00 2001 From: Haotian Zhang <928016560@qq.com> Date: Tue, 4 Mar 2025 11:30:25 +0800 Subject: [PATCH] docs:simplify GitHub Actions. --- .github/workflows/junit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/junit.yml b/.github/workflows/junit.yml index c28f0f3a2..44c80b951 100644 --- a/.github/workflows/junit.yml +++ b/.github/workflows/junit.yml @@ -24,10 +24,10 @@ jobs: set-matrix: runs-on: ubuntu-latest outputs: - jdks: ${{ steps.set-matrix.outputs.matrix }} + jdks: ${{ steps.set-jdks.outputs.jdks }} steps: - name: Set JDK matrix based on branch - id: set-matrix + id: set-jdks run: | shopt -s nocasematch branch_name=${{ github.ref_name }}