From ea4df45333fc97e8096f21db3ee3263ed4b37364 Mon Sep 17 00:00:00 2001 From: Matthias Pohl Date: Wed, 13 Dec 2023 16:14:41 +0100 Subject: [PATCH] Fixed step id --- .github/workflows/flink-ci-extended.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flink-ci-extended.yml b/.github/workflows/flink-ci-extended.yml index c3d1c4bd42f839..36a073181df139 100644 --- a/.github/workflows/flink-ci-extended.yml +++ b/.github/workflows/flink-ci-extended.yml @@ -62,10 +62,10 @@ jobs: name: "Configures JDK workflows" runs-on: "ubuntu-latest" outputs: - configs: ${{ steps.select-configs.outputs.configs }} + configs: ${{ steps.select-jdk-configs.outputs.configs }} steps: - name: "Selects JDK configurations" - id: select-jdk-setups + id: select-jdk-configs shell: bash run: | # the matrix configuration has to be dynamically generated like that because GitHub's