Skip to content

Commit

Permalink
Add missing shell
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Nov 24, 2023
1 parent 128bf9f commit 6075b2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
detectedExtensions: "${{ join(fromJson(steps.supported-versions-detect.outputs.version), ',') }}"

id: "supported-versions-matrix"
shell: "bash"
run: |
echo "version=[[ $inputVersions != "auto-detect" ]] $detected-versions || $inputVersions " >> $GITHUB_ENV
echo "extensions=[[ $inputVersions != "auto-detect" ]] $detectedExtensions || $inputExtensions " >> $GITHUB_ENV
Expand Down

0 comments on commit 6075b2a

Please sign in to comment.