Skip to content

Commit

Permalink
Fixed step id
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Dec 13, 2023
1 parent 72228da commit ea4df45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flink-ci-extended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea4df45

Please sign in to comment.