We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25fbb22 commit ddce3a1Copy full SHA for ddce3a1
1 file changed
.github/actions/setup-swift/action.yml
@@ -32,6 +32,6 @@ runs:
32
echo "version=$VERSION" | tee -a $GITHUB_OUTPUT
33
34
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf # Please update the corresponding SHA in the CLI's CodeQL Action Integration Test.
35
- if: runner.os != 'Windows' && steps.get_swift_version.outputs.version != "null"
+ if: runner.os != 'Windows' && steps.get_swift_version.outputs.version != 'null'
36
with:
37
swift-version: "${{ steps.get_swift_version.outputs.version }}"
0 commit comments