[CI] Fix check-samples.yml invalid variable reference (attempt 2)
This commit is contained in:
2
.github/workflows/check-samples.yml
vendored
2
.github/workflows/check-samples.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user