Skip to content

Commit

Permalink
[CI] Fix check-samples.yml invalid variable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Jan 14, 2024
1 parent 1153a1f commit abc7c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
needs: [prerequisites]
strategy:
matrix:
springBootVersion: [ needs.prerequisites.outputs.boot_version, '3.3.0-SNAPSHOT' ]
springBootVersion: [ ${{ needs.prerequisites.outputs.boot_version }}, '3.3.0-SNAPSHOT' ]
runs-on: ubuntu-latest
if: needs.prerequisites.outputs.runjobs
steps:
Expand Down

0 comments on commit abc7c84

Please sign in to comment.