We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128bf9f commit 6075b2aCopy full SHA for 6075b2a
1 file changed
.github/workflows/continuous-integration.yml
@@ -52,6 +52,7 @@ jobs:
52
detectedExtensions: "${{ join(fromJson(steps.supported-versions-detect.outputs.version), ',') }}"
53
54
id: "supported-versions-matrix"
55
+ shell: "bash"
56
run: |
57
echo "version=[[ $inputVersions != "auto-detect" ]] $detected-versions || $inputVersions " >> $GITHUB_ENV
58
echo "extensions=[[ $inputVersions != "auto-detect" ]] $detectedExtensions || $inputExtensions " >> $GITHUB_ENV
0 commit comments