We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad56d0a commit 41c9bf6Copy full SHA for 41c9bf6
.github/workflows/community-build.yml
@@ -68,7 +68,7 @@ jobs:
68
- repo: spring-projects/spring-boot
69
jdk: 17
70
group: full
71
- if: inputs.runGroup == matrix.group
+ if: ${{ inputs.runGroup == matrix.group }}
72
steps:
73
- name: Download binaries
74
uses: actions/download-artifact@v4
0 commit comments